github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/serving.knative.dev/Service/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "Ready is Unknown, since RolloutInProgress. A gradual rollout of the latest revision(s) is in progress.\nRoutesReady is Unknown, since RolloutInProgress. A gradual rollout of the latest revision(s) is in progress.\n"
     5    inputPath: testdata/progressing.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: "ConfigurationsReady is False, since RevisionFailed. Revision \"helloworld-00002\" failed with message: Container failed with: container exited with no error.\nReady is False, since RevisionFailed. Revision \"helloworld-00002\" failed with message: Container failed with: container exited with no error.\n"
     9    inputPath: testdata/degraded.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: Knative Service is healthy.
    13    inputPath: testdata/healthy.yaml