We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8765b8f commit 256e733Copy full SHA for 256e733
policy/handler_oss.go
@@ -14,6 +14,8 @@ import (
14
15
type HistoricalAPMGetter interface{}
16
17
+type noopHistoricalAPMGetter struct{}
18
+
19
type noopVerticalCheckRunner struct {
20
policy *sdk.ScalingPolicy
21
}
0 commit comments