mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
25 lines
887 B
YAML
25 lines
887 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Creating HorizontalPodAutoscaler Object"
|
|
inputPath: testdata/keda-progressing.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "ScaledObject doesn't have correct Idle/Min/Max Replica Counts specification"
|
|
inputPath: testdata/keda-degraded-1.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "ScaledObject doesn't have correct triggers specification"
|
|
inputPath: testdata/keda-degraded.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "ScaledObject is defined correctly and is ready for scaling"
|
|
inputPath: testdata/keda-healthy.yaml
|
|
- healthStatus:
|
|
status: Suspended
|
|
message: "ScaledObject is paused"
|
|
inputPath: testdata/keda-suspended.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "At least one trigger is falling back on this scaled object"
|
|
inputPath: testdata/keda-fallback.yaml
|