mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-29 21:07:17 +00:00
39 lines
No EOL
1 KiB
YAML
39 lines
No EOL
1 KiB
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: HTTPRoute
|
|
metadata:
|
|
name: example-httproute
|
|
namespace: default
|
|
spec:
|
|
parentRefs:
|
|
- name: example-gateway
|
|
sectionName: http
|
|
rules:
|
|
- backendRefs:
|
|
- name: example-service
|
|
port: 8080
|
|
status:
|
|
parents:
|
|
- conditions:
|
|
- lastTransitionTime: "2023-03-02T15:00:00Z"
|
|
message: Route is successfully programmed
|
|
observedGeneration: 1
|
|
reason: Programmed
|
|
status: "True"
|
|
type: Programmed
|
|
- lastTransitionTime: "2023-03-02T15:00:00Z"
|
|
message: Route has not been accepted due to invalid configuration
|
|
observedGeneration: 1
|
|
reason: InvalidConfiguration
|
|
status: "False"
|
|
type: Accepted
|
|
- lastTransitionTime: "2023-03-02T15:00:00Z"
|
|
message: All references resolved
|
|
observedGeneration: 1
|
|
reason: ResolvedRefs
|
|
status: "True"
|
|
type: ResolvedRefs
|
|
controllerName: example.io/gateway-controller
|
|
parentRef:
|
|
name: example-gateway
|
|
namespace: default
|
|
sectionName: http |