github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/work.karmada.io/ResourceBinding/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Progressing
     4        message: "Current resource status is insufficient"
     5      inputPath: testdata/progressing.yaml
     6    - healthStatus:
     7        status: Progressing
     8        message: "Current resource status is insufficient"
     9      inputPath: testdata/progressing_aggregatedStatus.yaml
    10    - healthStatus:
    11        status: Progressing
    12        message: "Current resource status is insufficient"
    13      inputPath: testdata/progressing_cluster.yaml
    14    - healthStatus:
    15        status: Degraded
    16        message: "Current resource status is unhealthy"
    17      inputPath: testdata/degraded_unapplied.yaml
    18    - healthStatus:
    19        status: Degraded
    20        message: "Current resource status is unhealthy"
    21      inputPath: testdata/degraded_unknown.yaml
    22    - healthStatus:
    23        status: Degraded
    24        message: "Current resource status is unhealthy"
    25      inputPath: testdata/degraded_unhealth.yaml
    26    - healthStatus:
    27        status: Healthy
    28      inputPath: testdata/health.yaml
    29    - healthStatus:
    30        status: Healthy
    31      inputPath: testdata/health_unknown.yaml