github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cluster.x-k8s.io/Machine/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: '1 of 2 completed'
     5    inputPath: testdata/progressing_boot.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: 'Error message'
     9    inputPath: testdata/degraded_failed.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: 'Machine is running'
    13    inputPath: testdata/healthy_running.yaml