mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
17 lines
515 B
YAML
17 lines
515 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Creating primary instance cluster-example-1"
|
|
inputPath: testdata/cluster_progressing.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: ""
|
|
inputPath: testdata/cluster_healthy.yaml
|
|
- healthStatus:
|
|
status: Suspended
|
|
message: "Cluster has been hibernated"
|
|
inputPath: testdata/cluster_suspended.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Initiating a failover from cluster-example-2"
|
|
inputPath: testdata/cluster_degraded.yaml
|