github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/capabilities.3scale.net/DeveloperUser/health_test.yaml (about) 1 tests: 2 - healthStatus: 3 status: Healthy 4 message: "3scale DeveloperUser is ready" 5 inputPath: testdata/healthy.yaml 6 - healthStatus: 7 status: Suspended 8 message: "3scale Developer user is waiting for admin approval" 9 inputPath: testdata/suspended.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: Degraded 20 message: "Referenced developer account does not exist" 21 inputPath: testdata/degraded-orphan.yaml 22 - healthStatus: 23 status: Progressing 24 message: "Waiting for 3scale DeveloperUser status..." 25 inputPath: testdata/progressing.yaml