github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/snapshot.storage.k8s.io/VolumeSnapshotContent/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "Waiting for status"
     5    inputPath: testdata/initializing.yaml
     6  - healthStatus:
     7      status: Healthy
     8      message: "Ready to use"
     9    inputPath: testdata/good.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: "Failed to check and update snapshot content"
    13    inputPath: testdata/bad.yaml