github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/operator.openshift.io/IngressController/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "Status of IngressController is not known yet"
     5    inputPath: testdata/progressing_initialization.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: "0/1 of replicas are available"
     9    inputPath: testdata/progressing_pod_rollout.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: "One or more other status conditions indicate a degraded state."
    13    inputPath: testdata/degraded.yaml
    14  - healthStatus:
    15      status: Healthy
    16      message: "IngressController is available"
    17    inputPath: testdata/healthy.yaml