github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/gateway.networking.k8s.io/HTTPRoute/testdata/healthy.yaml (about) 1 apiVersion: gateway.networking.k8s.io/v1 2 kind: HTTPRoute 3 metadata: 4 name: example-httproute 5 namespace: default 6 spec: 7 parentRefs: 8 - name: example-gateway 9 sectionName: http 10 rules: 11 - backendRefs: 12 - name: example-service 13 port: 8080 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: All references resolved 31 observedGeneration: 1 32 reason: ResolvedRefs 33 status: "True" 34 type: ResolvedRefs 35 controllerName: example.io/gateway-controller 36 parentRef: 37 name: example-gateway 38 namespace: default 39 sectionName: http