github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/gateway.networking.k8s.io/GRPCRoute/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: GRPCRoute is healthy
     5    inputPath: testdata/healthy.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: "Parent example-gateway: BackendRef service-does-not-exist not found"
     9    inputPath: testdata/degraded_resolved_refs.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: "Parent example-gateway: Route has not been accepted due to invalid configuration"
    13    inputPath: testdata/degraded_accepted.yaml
    14  - healthStatus:
    15      status: Progressing
    16      message: "Parent example-gateway: Route is still being programmed"
    17    inputPath: testdata/progressing.yaml
    18  - healthStatus:
    19      status: Degraded
    20      message: "Parent example-gateway: Failed condition: ResolvedRefs"
    21    inputPath: testdata/degraded_no_message.yaml
    22  - healthStatus:
    23      status: Degraded
    24      message: "Parent : BackendRef service-does-not-exist not found"
    25    inputPath: testdata/degraded_no_parent_name.yaml