Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VpaTargetSelectorFetcher ¶
type VpaTargetSelectorFetcher interface { // Fetch returns a labelSelector used to gather Pods controlled by the given VPA. // If error is nil, the returned labelSelector is not nil. Fetch(vpa *vpa_types.VerticalPodAutoscaler) (labels.Selector, error) }
VpaTargetSelectorFetcher gets a labelSelector used to gather Pods controlled by the given VPA.
func NewVpaTargetSelectorFetcher ¶
func NewVpaTargetSelectorFetcher(config *rest.Config, kubeClient kube_client.Interface, factory informers.SharedInformerFactory) VpaTargetSelectorFetcher
NewVpaTargetSelectorFetcher returns new instance of VpaTargetSelectorFetcher
Click to show internal directories.
Click to hide internal directories.