github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/core.humio.com/HumioCluster/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: "Cluster is in a healthy running state"
     5    inputPath: testdata/healthy.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: "Cluster pods are being restarted"
     9    inputPath: testdata/restarting.yaml
    10  - healthStatus:
    11      status: Progressing
    12      message: "Cluster pods are being upgraded"
    13    inputPath: testdata/upgrading.yaml
    14  - healthStatus:
    15      status: Progressing
    16      message: "Cluster is waiting on resources to be provisioned"
    17    inputPath: testdata/pending.yaml
    18  - healthStatus:
    19      status: Degraded
    20      message: 'Secret "example-humiocluster-license" not found'
    21    inputPath: testdata/configerror_custom.yaml
    22  - healthStatus:
    23      status: Degraded
    24      message: 'User-provided cluster specification resulted in a configuration error'
    25    inputPath: testdata/configerror.yaml
    26  - healthStatus:
    27      status: Unknown
    28      message: "Component state: Unknown."
    29    inputPath: testdata/unknown.yaml