github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/gateway.networking.k8s.io/GRPCRoute/testdata/progressing.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: example-service
    13        port: 9000
    14  status:
    15    parents:
    16    - conditions:
    17      - lastTransitionTime: "2023-03-02T15:00:00Z"
    18        message: Route is still being programmed
    19        observedGeneration: 1
    20        reason: ProgrammingInProgress
    21        status: "False"
    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: grpc