argo-cd/resource_customizations/operator.knative.dev/KnativeServing/health_test.yaml

18 lines
753 B
YAML
Raw Normal View History

tests:
- healthStatus:
status: Progressing
message: "1: DependenciesInstalled | True\n2: DeploymentsAvailable | True\n3: InstallSucceeded | True\n4: Ready | Unknown\n"
inputPath: testdata/progressing.yaml
- healthStatus:
status: Progressing
message: "1: DependenciesInstalled | True\n2: DeploymentsAvailable | True\n3: InstallSucceeded | True\n4: Ready | False\n"
inputPath: testdata/progressing_ready_false.yaml
- healthStatus:
status: Degraded
message: "1: DependenciesInstalled | True\n2: DeploymentsAvailable | True\n3: InstallSucceeded | True\n4: Ready | randomstatus\n"
inputPath: testdata/degraded.yaml
- healthStatus:
status: Healthy
message: "KnativeServing is healthy."
inputPath: testdata/healthy.yaml