Skip to content

Commit 174da10

Browse files
committed
docs: add missing comment to constants declaration block
1 parent 93cf15d commit 174da10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpa/recommendation.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
// recommendation made by a VPA recommender.
1313
type RecommendationType string
1414

15+
// VPA recommendation types.
1516
const (
1617
RecommendationTarget RecommendationType = "target"
1718
RecommendationLowerBound RecommendationType = "lower-bound"

0 commit comments

Comments
 (0)