mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
21 lines
647 B
YAML
21 lines
647 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "3scale ActiveDoc is ready"
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Failure message"
|
|
inputPath: testdata/degraded-failed.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Validation failure"
|
|
inputPath: testdata/degraded-invalid.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Referenced product does not exist"
|
|
inputPath: testdata/degraded-orphan.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Waiting for 3scale ActiveDoc status..."
|
|
inputPath: testdata/progressing.yaml
|