github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/keda.sh/ScaledObject/health_test.yaml (about) 1 tests: 2 - healthStatus: 3 status: Progressing 4 message: "Creating HorizontalPodAutoscaler Object" 5 inputPath: testdata/keda-progressing.yaml 6 - healthStatus: 7 status: Degraded 8 message: "ScaledObject doesn't have correct Idle/Min/Max Replica Counts specification" 9 inputPath: testdata/keda-degraded-1.yaml 10 - healthStatus: 11 status: Degraded 12 message: "ScaledObject doesn't have correct triggers specification" 13 inputPath: testdata/keda-degraded.yaml 14 - healthStatus: 15 status: Healthy 16 message: "ScaledObject is defined correctly and is ready for scaling" 17 inputPath: testdata/keda-healthy.yaml 18 - healthStatus: 19 status: Suspended 20 message: "ScaledObject is paused" 21 inputPath: testdata/keda-suspended.yaml 22 - healthStatus: 23 status: Degraded 24 message: "At least one trigger is falling back on this scaled object" 25 inputPath: testdata/keda-fallback.yaml