github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/gateway.networking.k8s.io/Gateway/testdata/degraded_resolved_refs.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 been accepted 22 observedGeneration: 1 23 reason: Accepted 24 status: "True" 25 type: Accepted 26 - lastTransitionTime: "2023-03-02T15:00:00Z" 27 message: Failed to resolve references 28 observedGeneration: 1 29 reason: InvalidGatewayClass 30 status: "False" 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 - lastTransitionTime: "2023-03-02T15:00:00Z" 42 message: Listener has been accepted 43 observedGeneration: 1 44 reason: Accepted 45 status: "True" 46 type: Accepted 47 name: http 48 supportedKinds: 49 - group: gateway.networking.k8s.io 50 kind: HTTPRoute