github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/cluster.x-k8s.io/MachinePool/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: 'MachinePool is Running'
     5    inputPath: testdata/healthy_provisioned.yaml
     6  - healthStatus:
     7      status: Healthy
     8      message: 'MachinePool is Scaling'
     9    inputPath: testdata/scaling_provisioned.yaml
    10  - healthStatus:
    11      status: Progressing
    12      message: 'MachinePool is Provisioning: Not Ready (WaitingForInfrastructure), Not InfrastructureReady (WaitingForInfrastructure)'
    13    inputPath: testdata/progressing_provisioning.yaml
    14  - healthStatus:
    15      status: Degraded
    16      message: 'MachinePool is Failed'
    17    inputPath: testdata/degraded_failed.yaml