2021-09-03 15:26:31 +00:00
|
|
|
tests:
|
|
|
|
|
- healthStatus:
|
|
|
|
|
status: Progressing
|
|
|
|
|
message: "replication controller is waiting for pods to run"
|
|
|
|
|
inputPath: testdata/progressing.yaml
|
2022-08-30 19:34:11 +00:00
|
|
|
- healthStatus:
|
|
|
|
|
status: Progressing
|
|
|
|
|
message: "replication controller is waiting for pods to run"
|
|
|
|
|
inputPath: testdata/progressing_rc_updated.yaml
|
2021-09-03 15:26:31 +00:00
|
|
|
- healthStatus:
|
|
|
|
|
status: Degraded
|
|
|
|
|
message: "Deployment config is degraded"
|
|
|
|
|
inputPath: testdata/degraded.yaml
|
|
|
|
|
- healthStatus:
|
|
|
|
|
status: Healthy
|
|
|
|
|
message: "replication controller successfully rolled out"
|
2022-02-06 19:19:46 +00:00
|
|
|
inputPath: testdata/healthy.yaml
|
|
|
|
|
- healthStatus:
|
|
|
|
|
status: Healthy
|
|
|
|
|
message: "replication controller successfully rolled out"
|
|
|
|
|
inputPath: testdata/healthy_zero_replicas.yaml
|