Skip to content

Commit

Permalink
Lowercase the Vpa
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmoisey committed Dec 3, 2024
1 parent 13d6ffa commit 3ea36d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ type RecommendationProcessor interface {
// Apply processes and updates recommendation for given pod, based on container limits,
// VPA policy and possibly other internal RecommendationProcessor context.
// Must return a non-nil pointer to RecommendedPodResources or error.
Apply(Vpa *vpa_types.VerticalPodAutoscaler,
Apply(vpa *vpa_types.VerticalPodAutoscaler,
pod *v1.Pod) (*vpa_types.RecommendedPodResources, ContainerToAnnotationsMap, error)
}

0 comments on commit 3ea36d2

Please sign in to comment.