github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cluster.x-k8s.io/MachineDeployment/health_test.yaml (about) 1 tests: 2 - healthStatus: 3 status: Progressing 4 message: 'Cluster is spawning machines' 5 inputPath: testdata/progressing_ScalingUp.yaml 6 - healthStatus: 7 status: Progressing 8 message: 'Cluster is stopping machines' 9 inputPath: testdata/progressing_ScalingDown.yaml 10 - healthStatus: 11 status: Degraded 12 message: 'MachineDeployment is failed' 13 inputPath: testdata/degraded_failed.yaml 14 - healthStatus: 15 status: Suspended 16 message: 'MachineDeployment is paused' 17 inputPath: testdata/suspended_paused.yaml 18 - healthStatus: 19 status: Healthy 20 message: 'Machines are running under this deployment' 21 inputPath: testdata/healthy_provisioned.yaml