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

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: "3scale DeveloperAccount is ready"
     5      inputPath: testdata/healthy.yaml
     6    - healthStatus:
     7        status: Suspended
     8        message: "Developer account is waiting for admin approval"
     9      inputPath: testdata/waiting.yaml
    10    - healthStatus:
    11        status: Degraded
    12        message: "Failure message"
    13      inputPath: testdata/degraded-failed.yaml
    14    - healthStatus:
    15        status: Degraded
    16        message: "Validation failure"
    17      inputPath: testdata/degraded-invalid.yaml
    18    - healthStatus:
    19        status: Progressing
    20        message: "Waiting for 3scale DeveloperAccount status..."
    21      inputPath: testdata/progressing.yaml