istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pilot/pkg/config/kube/gateway/testdata/tcp.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: Resource programmed, assigned to service(s) istio-ingressgateway.istio-system.svc.domain.suffix:34000 38 reason: Programmed 39 status: "True" 40 type: Programmed 41 listeners: 42 - attachedRoutes: 1 43 conditions: 44 - lastTransitionTime: fake 45 message: No errors found 46 reason: Accepted 47 status: "True" 48 type: Accepted 49 - lastTransitionTime: fake 50 message: No errors found 51 reason: NoConflicts 52 status: "False" 53 type: Conflicted 54 - lastTransitionTime: fake 55 message: No errors found 56 reason: Programmed 57 status: "True" 58 type: Programmed 59 - lastTransitionTime: fake 60 message: No errors found 61 reason: ResolvedRefs 62 status: "True" 63 type: ResolvedRefs 64 name: default 65 supportedKinds: 66 - group: gateway.networking.k8s.io 67 kind: TCPRoute 68 --- 69 apiVersion: gateway.networking.k8s.io/v1alpha2 70 kind: TCPRoute 71 metadata: 72 creationTimestamp: null 73 name: tcp 74 namespace: default 75 spec: null 76 status: 77 parents: 78 - conditions: 79 - lastTransitionTime: fake 80 message: Route was valid 81 reason: Accepted 82 status: "True" 83 type: Accepted 84 - lastTransitionTime: fake 85 message: All references resolved 86 reason: ResolvedRefs 87 status: "True" 88 type: ResolvedRefs 89 controllerName: istio.io/gateway-controller 90 parentRef: 91 name: gateway 92 namespace: istio-system 93 ---