github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/core.spinkube.dev/SpinApp/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: "Application is healthy with 2/2 replicas ready"
     5    inputPath: testdata/healthy.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: "ReplicaSet \"simple-spinapp-5b8d8bc656\" has timed out progressing."
     9    inputPath: testdata/degraded.yaml
    10  - healthStatus:
    11      status: Progressing
    12      message: "ReplicaSet \"simple-spinapp-c54f5bdb4\" has successfully progressed."
    13    inputPath: testdata/progressing.yaml
    14  - healthStatus:
    15      status: Progressing
    16      message: "Waiting for status to be available"
    17    inputPath: testdata/no-status.yaml