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

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: HTTPRoute 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: Healthy
    20      message: HTTPRoute is healthy
    21    inputPath: testdata/healthy_multiple_generations.yaml