github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/storage.cnrm.cloud.google.com/StorageBucketAccessControl/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Degraded
     4      message: "Dependency not found"
     5    inputPath: testdata/dependency_not_found.yaml
     6  - healthStatus:
     7      status: Suspended
     8      message: "Dependency not ready"
     9    inputPath: testdata/dependency_not_ready.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: "The resource is up to date"
    13    inputPath: testdata/up_to_date.yaml
    14  - healthStatus:
    15      status: Degraded
    16      message: "Update failed"
    17    inputPath: testdata/update_failed.yaml
    18  - healthStatus:
    19      status: Progressing
    20      message: "Update in progress"
    21    inputPath: testdata/update_in_progress.yaml