github.com/argoproj/argo-cd@v1.8.7/resource_customizations/operator.knative.dev/KnativeServing/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "1: DependenciesInstalled | True\n2: DeploymentsAvailable | True\n3: InstallSucceeded | True\n4: Ready | Unknown\n"
     5    inputPath: testdata/progressing.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: "1: DependenciesInstalled | True\n2: DeploymentsAvailable | True\n3: InstallSucceeded | True\n4: Ready | randomstatus\n"
     9    inputPath: testdata/degraded.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: "KnativeServing is healthy."
    13    inputPath: testdata/healthy.yaml