github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/capabilities.3scale.net/Product/health_test.yaml (about) 1 tests: 2 - healthStatus: 3 status: Healthy 4 message: "3scale Product is synced" 5 inputPath: testdata/healthy.yaml 6 - healthStatus: 7 status: Degraded 8 message: "Failure message" 9 inputPath: testdata/degraded-failed.yaml 10 - healthStatus: 11 status: Degraded 12 message: "Product configuration is invalid - missing required hits metric" 13 inputPath: testdata/degraded-invalid.yaml 14 - healthStatus: 15 status: Degraded 16 message: "Product spec contains reference(s) to non existing resources" 17 inputPath: testdata/degraded-orphan.yaml 18 - healthStatus: 19 status: Progressing 20 message: "Waiting for 3scale Product status..." 21 inputPath: testdata/progressing.yaml