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

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: "3scale Tenant is ready"
     5      inputPath: testdata/healthy.yaml
     6    - healthStatus:
     7        status: Degraded
     8        message: "Failed to create tenant - invalid credentials"
     9      inputPath: testdata/degraded.yaml
    10    - healthStatus:
    11        status: Progressing
    12        message: "Waiting for 3scale Tenant status..."
    13      inputPath: testdata/progressing.yaml