mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
25 lines
667 B
YAML
25 lines
667 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "0/9 node(s) are ready"
|
|
inputPath: testdata/initializing.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "9/9 node(s) are ready"
|
|
inputPath: testdata/ready.yaml
|
|
- healthStatus:
|
|
status: Suspended
|
|
message: "0/9 node(s) are ready"
|
|
inputPath: testdata/paused.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "6/9 node(s) are ready"
|
|
inputPath: testdata/stopping.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "0/9 node(s) are ready"
|
|
inputPath: testdata/error.yaml
|
|
- healthStatus:
|
|
status: Unknown
|
|
message: "0/0 node(s) are ready"
|
|
inputPath: testdata/unknown.yaml
|