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

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: "3scale ProxyConfigPromote is ready"
     5      inputPath: testdata/healthy.yaml
     6    - healthStatus:
     7        status: Degraded
     8        message: "Failed to promote proxy configuration - product not found"
     9      inputPath: testdata/degraded.yaml
    10    - healthStatus:
    11        status: Progressing
    12        message: "Proxy configuration promotion is in progress"
    13      inputPath: testdata/in-progress.yaml
    14    - healthStatus:
    15        status: Progressing
    16        message: "Waiting for 3scale ProxyConfigPromote status..."
    17      inputPath: testdata/progressing.yaml