mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com> Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
31 lines
1 KiB
YAML
31 lines
1 KiB
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Current resource status is insufficient"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Current resource status is insufficient"
|
|
inputPath: testdata/progressing_aggregatedStatus.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Current resource status is insufficient"
|
|
inputPath: testdata/progressing_cluster.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Current resource status is unhealthy"
|
|
inputPath: testdata/degraded_unapplied.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Current resource status is unhealthy"
|
|
inputPath: testdata/degraded_unknown.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Current resource status is unhealthy"
|
|
inputPath: testdata/degraded_unhealth.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
inputPath: testdata/health.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
inputPath: testdata/health_unknown.yaml
|