github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/capabilities.3scale.net/Application/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: "3scale Application is ready"
     5      inputPath: testdata/healthy.yaml
     6    - healthStatus:
     7        status: Degraded
     8        message: "Failed to synchronize application with 3scale API"
     9      inputPath: testdata/degraded.yaml
    10    - healthStatus:
    11        status: Suspended
    12        message: "3scale Application is suspended"
    13      inputPath: testdata/suspended.yaml
    14    - healthStatus:
    15        status: Progressing
    16        message: "Waiting for 3scale Application status..."
    17      inputPath: testdata/progressing.yaml