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 93cf15d commit 174da10Copy full SHA for 174da10
vpa/recommendation.go
@@ -12,6 +12,7 @@ import (
12
// recommendation made by a VPA recommender.
13
type RecommendationType string
14
15
+// VPA recommendation types.
16
const (
17
RecommendationTarget RecommendationType = "target"
18
RecommendationLowerBound RecommendationType = "lower-bound"
0 commit comments