istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/gateway/testdata/multi-gateway.status.yaml.golden (about) 1 apiVersion: gateway.networking.k8s.io/v1beta1 2 kind: GatewayClass 3 metadata: 4 creationTimestamp: null 5 name: istio 6 namespace: default 7 spec: null 8 status: 9 conditions: 10 - lastTransitionTime: fake 11 message: Handled by Istio controller 12 reason: Accepted 13 status: "True" 14 type: Accepted 15 supportedFeatures: 16 - HTTPRouteFeatureA 17 - HTTPRouteFeatureB 18 --- 19 apiVersion: gateway.networking.k8s.io/v1beta1 20 kind: Gateway 21 metadata: 22 creationTimestamp: null 23 name: gateway 24 namespace: istio-system 25 spec: null 26 status: 27 addresses: 28 - type: IPAddress 29 value: 1.2.3.4 30 conditions: 31 - lastTransitionTime: fake 32 message: Resource accepted 33 reason: Accepted 34 status: "True" 35 type: Accepted 36 - lastTransitionTime: fake 37 message: 'Assigned to service(s) example.com:34000, example.com:80, istio-ingressgateway.istio-system.svc.domain.suffix:34000, 38 and istio-ingressgateway.istio-system.svc.domain.suffix:80, but failed to assign 39 to all requested addresses: hostname "istio-ingressgateway.not-default.svc.domain.suffix" 40 not found' 41 reason: AddressNotUsable 42 status: "False" 43 type: Programmed 44 listeners: 45 - attachedRoutes: 0 46 conditions: 47 - lastTransitionTime: fake 48 message: No errors found 49 reason: Accepted 50 status: "True" 51 type: Accepted 52 - lastTransitionTime: fake 53 message: No errors found 54 reason: NoConflicts 55 status: "False" 56 type: Conflicted 57 - lastTransitionTime: fake 58 message: No errors found 59 reason: Programmed 60 status: "True" 61 type: Programmed 62 - lastTransitionTime: fake 63 message: No errors found 64 reason: ResolvedRefs 65 status: "True" 66 type: ResolvedRefs 67 name: http 68 supportedKinds: 69 - group: gateway.networking.k8s.io 70 kind: HTTPRoute 71 - group: gateway.networking.k8s.io 72 kind: GRPCRoute 73 - attachedRoutes: 0 74 conditions: 75 - lastTransitionTime: fake 76 message: No errors found 77 reason: Accepted 78 status: "True" 79 type: Accepted 80 - lastTransitionTime: fake 81 message: No errors found 82 reason: NoConflicts 83 status: "False" 84 type: Conflicted 85 - lastTransitionTime: fake 86 message: No errors found 87 reason: Programmed 88 status: "True" 89 type: Programmed 90 - lastTransitionTime: fake 91 message: No errors found 92 reason: ResolvedRefs 93 status: "True" 94 type: ResolvedRefs 95 name: tcp 96 supportedKinds: 97 - group: gateway.networking.k8s.io 98 kind: TCPRoute 99 ---