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

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: "All Cloneset workloads are ready and updated"
     5      inputPath: testdata/healthy.yaml
     6    - healthStatus:
     7        status: Degraded
     8        message: "Some replicas are not ready or available"
     9      inputPath: testdata/degraded.yaml
    10    - healthStatus:
    11        status: Progressing
    12        message: "Waiting for initialization"
    13      inputPath: testdata/unknown.yaml
    14    - healthStatus: 
    15        status: Suspended
    16        message: "Cloneset is paused"
    17      inputpath: testdata/suspended.yaml
    18    - healthStatus: 
    19        status: Suspended
    20        message: "Cloneset needs manual intervention"
    21      inputpath: testdata/partition_suspended.yaml