github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/gateway.solo.io/MatchableHttpGateway/health_test.yaml (about) 1 tests: 2 - healthStatus: 3 status: Degraded 4 message: "message that will describe all the reasons for warning" 5 inputPath: testdata/gloo-warning.yaml 6 - healthStatus: 7 status: Suspended 8 message: "The resource has not yet been validated" 9 inputPath: testdata/gloo-pending.yaml 10 - healthStatus: 11 status: Healthy 12 message: "The resource has been validated" 13 inputPath: testdata/gloo-accepted.yaml 14 - healthStatus: 15 status: Degraded 16 message: "message that will describe all the reasons for rejection" 17 inputPath: testdata/gloo-rejected.yaml 18 - healthStatus: 19 status: Degraded 20 message: "message that will describe all the reasons for warning" 21 inputPath: testdata/non-namespaced-gloo-warning.yaml 22 - healthStatus: 23 status: Suspended 24 message: "The resource has not yet been validated" 25 inputPath: testdata/non-namespaced-gloo-pending.yaml 26 - healthStatus: 27 status: Healthy 28 message: "The resource has been validated" 29 inputPath: testdata/non-namespaced-gloo-accepted.yaml 30 - healthStatus: 31 status: Degraded 32 message: "message that will describe all the reasons for rejection" 33 inputPath: testdata/non-namespaced-gloo-rejected.yaml 34 - healthStatus: 35 status: Progressing 36 message: "Update in progress" 37 inputPath: testdata/gloo-no-status.yaml