github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/argoproj.io/ApplicationSet/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: ApplicationSet up to date
     5      inputPath: testdata/healthyApplicationSet.yaml
     6    - healthStatus:
     7        status: Degraded
     8        message: found less than two generators, Merge requires two or more
     9      inputPath: testdata/errorApplicationSetWithStatusMessage.yaml
    10    - healthStatus:
    11        status: Progressing
    12        message: Waiting for the status to be reported
    13      inputPath: testdata/noStatusApplicationSet.yaml
    14    - healthStatus:
    15        status: Degraded
    16        message: could not create application
    17      inputPath: testdata/resourceNotUpdatedApplicationSet.yaml
    18    - healthStatus:
    19        status: Progressing
    20        message: ApplicationSet is performing rollout of step 1
    21      inputPath: testdata/progressiveSyncApplicationSet.yaml