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