mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: Rouke Broersma <mobrockers@gmail.com> Signed-off-by: Rouke Broersma <rouke.broersma@infosupport.com>
21 lines
659 B
YAML
21 lines
659 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
|
|
- healthStatus:
|
|
status: Suspended
|
|
message: "Cluster reconciliation is suspended"
|
|
inputPath: testdata/cluster_reconcile_suspended.yaml
|