mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-29 21:07:17 +00:00
39 lines
1,004 B
YAML
39 lines
1,004 B
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 still being programmed
|
||
|
|
observedGeneration: 1
|
||
|
|
reason: ProgrammingInProgress
|
||
|
|
status: "False"
|
||
|
|
type: Programmed
|
||
|
|
- lastTransitionTime: "2023-03-02T15:00:00Z"
|
||
|
|
message: Route has been accepted
|
||
|
|
observedGeneration: 1
|
||
|
|
reason: Accepted
|
||
|
|
status: "True"
|
||
|
|
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
|