github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/gateway.networking.k8s.io/Gateway/testdata/degraded_accepted.yaml (about) 1 apiVersion: gateway.networking.k8s.io/v1 2 kind: Gateway 3 metadata: 4 name: example-gateway 5 namespace: default 6 spec: 7 gatewayClassName: example-gateway-class 8 listeners: 9 - name: http 10 protocol: HTTP 11 port: 80 12 status: 13 conditions: 14 - lastTransitionTime: "2023-03-02T15:00:00Z" 15 message: Gateway has been programmed 16 observedGeneration: 1 17 reason: Programmed 18 status: "True" 19 type: Programmed 20 - lastTransitionTime: "2023-03-02T15:00:00Z" 21 message: Gateway has not been accepted by any controller 22 observedGeneration: 1 23 reason: NoControllerFound 24 status: "False" 25 type: Accepted 26 - lastTransitionTime: "2023-03-02T15:00:00Z" 27 message: All references resolved 28 observedGeneration: 1 29 reason: ResolvedRefs 30 status: "True" 31 type: ResolvedRefs 32 listeners: 33 - attachedRoutes: 0 34 conditions: 35 - lastTransitionTime: "2023-03-02T15:00:00Z" 36 message: Listener is ready 37 observedGeneration: 1 38 reason: Ready 39 status: "True" 40 type: Programmed 41 name: http 42 supportedKinds: 43 - group: gateway.networking.k8s.io 44 kind: HTTPRoute