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

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "replication controller is waiting for pods to run"
     5    inputPath: testdata/progressing.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: "replication controller is waiting for pods to run"
     9    inputPath: testdata/progressing_rc_updated.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: "Deployment config is degraded"
    13    inputPath: testdata/degraded.yaml
    14  - healthStatus:
    15      status: Healthy
    16      message: "replication controller successfully rolled out"
    17    inputPath: testdata/healthy.yaml
    18  - healthStatus:
    19      status: Healthy
    20      message: "replication controller successfully rolled out"
    21    inputPath: testdata/healthy_zero_replicas.yaml