Skip to content

Commit

Permalink
Fix comment to make verify happy
Browse files Browse the repository at this point in the history
  • Loading branch information
voelzmo committed Jan 25, 2023
1 parent 68fea69 commit 74efdb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const (
TargetHigherThanOrEqualToRequests EvictionChangeRequirement = "TargetHigherThanOrEqualToRequests"
// TargetLowerThanRequests means the new target recommendation for a Pod is lower than its current requests, i.e. the Pod is scaled down
TargetLowerThanRequests EvictionChangeRequirement = "TargetLowerThanRequests"
// TargetLowerThanRequests means the new target recommendation for a Pod is lower than or equal to its current requests
// TargetLowerThanOrEqualToRequests means the new target recommendation for a Pod is lower than or equal to its current requests
TargetLowerThanOrEqualToRequests EvictionChangeRequirement = "TargetLowerThanOrEqualToRequests"
)

Expand Down

0 comments on commit 74efdb1

Please sign in to comment.