We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e460207 commit abd0af5Copy full SHA for abd0af5
pkg/health/health_test.go
@@ -81,6 +81,7 @@ func TestJob(t *testing.T) {
81
func TestHPA(t *testing.T) {
82
assertAppHealth(t, "./testdata/hpa-v2-healthy.yaml", HealthStatusHealthy)
83
assertAppHealth(t, "./testdata/hpa-v2-degraded.yaml", HealthStatusDegraded)
84
+ assertAppHealth(t, "./testdata/hpa-v2-degraded-partially.yaml", HealthStatusDegraded)
85
assertAppHealth(t, "./testdata/hpa-v2-progressing.yaml", HealthStatusProgressing)
86
assertAppHealth(t, "./testdata/hpa-v2beta2-healthy.yaml", HealthStatusHealthy)
87
assertAppHealth(t, "./testdata/hpa-v2beta1-healthy-disabled.yaml", HealthStatusHealthy)
0 commit comments