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

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: "3scale Backend is synced"
     5      inputPath: testdata/healthy.yaml
     6    - healthStatus:
     7        status: Degraded
     8        message: "3scale Backend synchronization failed"
     9      inputPath: testdata/degraded-failed.yaml
    10    - healthStatus:
    11        status: Degraded
    12        message: "3scale Backend configuration is invalid"
    13      inputPath: testdata/degraded-invalid.yaml
    14    - healthStatus:
    15        status: Progressing
    16        message: "Waiting for 3scale Backend status..."
    17      inputPath: testdata/progressing.yaml