github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/kubevirt.io/VirtualMachine/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: Healthy
     8      message: "Running"
     9    inputPath: testdata/healthy_ready.yaml  
    10  - healthStatus:
    11      status: Suspended
    12      message: "Stopped"
    13    inputPath: testdata/suspended_stopped.yaml
    14  - healthStatus:
    15      status: Progressing
    16      message: "Starting"
    17    inputPath: testdata/progressing_starting.yaml
    18  - healthStatus:
    19      status: Suspended
    20      message: "Paused"
    21    inputPath: testdata/suspended_paused.yaml