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

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: "Component state: Exists."
     5    inputPath: testdata/healthy.yaml
     6  - healthStatus:
     7      status: Missing
     8      message: "Component state: NotFound."
     9    inputPath: testdata/notfound.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: "Component state: ConfigError."
    13    inputPath: testdata/configerror.yaml
    14  - healthStatus:
    15      status: Unknown
    16      message: "Component state: Unknown."
    17    inputPath: testdata/unknown.yaml
    18  - healthStatus:
    19      status: Progressing
    20      message: "Update in progress"
    21    inputPath: testdata/progressing.yaml