github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/rollouts.kruise.io/Rollout/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: "Rollout is Completed"
     5      inputPath: testdata/healthy.yaml
     6    - healthStatus:
     7        status: Degraded
     8        message: "Rollout is Disabled or Terminating"
     9      inputPath: testdata/degraded.yaml
    10    - healthStatus:
    11        status: Progressing
    12        message: "Rollout is still progressing"
    13      inputPath: testdata/progressing.yaml
    14    - healthStatus:
    15        status: Suspended
    16        message: "Rollout is Paused need manual intervention"
    17      inputPath: testdata/suspended.yaml