istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/gateway/testdata/alias.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: third-party-gateway 24 namespace: istio-system 25 spec: null 26 --- 27 apiVersion: gateway.networking.k8s.io/v1beta1 28 kind: Gateway 29 metadata: 30 creationTimestamp: null 31 name: gateway 32 namespace: istio-system 33 spec: null 34 status: 35 addresses: 36 - type: IPAddress 37 value: 1.2.3.4 38 conditions: 39 - lastTransitionTime: fake 40 message: Resource accepted 41 reason: Accepted 42 status: "True" 43 type: Accepted 44 - lastTransitionTime: fake 45 message: Resource programmed, assigned to service(s) istio-ingressgateway.istio-system.svc.domain.suffix:80 46 reason: Programmed 47 status: "True" 48 type: Programmed 49 listeners: 50 - attachedRoutes: 1 51 conditions: 52 - lastTransitionTime: fake 53 message: No errors found 54 reason: Accepted 55 status: "True" 56 type: Accepted 57 - lastTransitionTime: fake 58 message: No errors found 59 reason: NoConflicts 60 status: "False" 61 type: Conflicted 62 - lastTransitionTime: fake 63 message: No errors found 64 reason: Programmed 65 status: "True" 66 type: Programmed 67 - lastTransitionTime: fake 68 message: No errors found 69 reason: ResolvedRefs 70 status: "True" 71 type: ResolvedRefs 72 name: default 73 supportedKinds: 74 - group: gateway.networking.k8s.io 75 kind: HTTPRoute 76 - group: gateway.networking.k8s.io 77 kind: GRPCRoute 78 --- 79 apiVersion: gateway.networking.k8s.io/v1beta1 80 kind: HTTPRoute 81 metadata: 82 creationTimestamp: null 83 name: http 84 namespace: default 85 spec: null 86 status: 87 parents: 88 - conditions: 89 - lastTransitionTime: fake 90 message: Route was valid 91 reason: Accepted 92 status: "True" 93 type: Accepted 94 - lastTransitionTime: fake 95 message: All references resolved 96 reason: ResolvedRefs 97 status: "True" 98 type: ResolvedRefs 99 controllerName: istio.io/gateway-controller 100 parentRef: 101 name: third-party-gateway 102 namespace: istio-system 103 ---