github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cdi.kubevirt.io/DataVolume/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "No status available"
     5    inputPath: testdata/progressing_nostatus.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: "ImportInProgress"
     9    inputPath: testdata/progressing_importing.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: "Succeeded"
    13    inputPath: testdata/healthy_succeeded.yaml  
    14  - healthStatus:
    15      status: Progressing
    16      message: "ImportScheduled"
    17    inputPath: testdata/progressing_containercreating.yaml
    18  - healthStatus:
    19      status: Degraded
    20      message: "Unable to connect to http data source: expected status code 200, got 404. Status: 404 Not Found"
    21    inputPath: testdata/degraded_badurl.yaml