github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/gateway.networking.k8s.io/GRPCRoute/testdata/degraded_resolved_refs.yaml (about) 1 apiVersion: gateway.networking.k8s.io/v1 2 kind: GRPCRoute 3 metadata: 4 name: example-grpcroute 5 namespace: default 6 spec: 7 parentRefs: 8 - name: example-gateway 9 sectionName: grpc 10 rules: 11 - backendRefs: 12 - name: service-does-not-exist 13 port: 9000 14 status: 15 parents: 16 - conditions: 17 - lastTransitionTime: "2023-03-02T15:00:00Z" 18 message: Route is successfully programmed 19 observedGeneration: 1 20 reason: Programmed 21 status: "True" 22 type: Programmed 23 - lastTransitionTime: "2023-03-02T15:00:00Z" 24 message: Route has been accepted 25 observedGeneration: 1 26 reason: Accepted 27 status: "True" 28 type: Accepted 29 - lastTransitionTime: "2023-03-02T15:00:00Z" 30 message: BackendRef service-does-not-exist not found 31 observedGeneration: 1 32 reason: BackendNotFound 33 status: "False" 34 type: ResolvedRefs 35 controllerName: example.io/gateway-controller 36 parentRef: 37 name: example-gateway 38 namespace: default 39 sectionName: grpc