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

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: Gateway is healthy
     5    inputPath: testdata/healthy.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: Failed to resolve references
     9    inputPath: testdata/degraded_resolved_refs.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: Gateway has not been accepted by any controller
    13    inputPath: testdata/degraded_accepted.yaml
    14  - healthStatus:
    15      status: Degraded
    16      message: "Listener: Listener has not been accepted"
    17    inputPath: testdata/listener_degraded.yaml
    18  - healthStatus:
    19      status: Progressing
    20      message: Gateway is still being programmed
    21    inputPath: testdata/progressing.yaml