github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/gateway.networking.k8s.io/GRPCRoute/testdata/degraded_no_message.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        observedGeneration: 1
    19        reason: Programmed
    20        status: "True"
    21        type: Programmed
    22      - lastTransitionTime: "2023-03-02T15:00:00Z"
    23        observedGeneration: 1
    24        reason: Accepted
    25        status: "True"
    26        type: Accepted
    27      - lastTransitionTime: "2023-03-02T15:00:00Z"
    28        observedGeneration: 1
    29        reason: BackendNotFound
    30        status: "False"
    31        type: ResolvedRefs
    32      controllerName: example.io/gateway-controller
    33      parentRef:
    34        name: example-gateway
    35        namespace: default
    36        sectionName: grpc