Documentation
¶
Index ¶
- func NewEffectiveHorizontalPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEffectiveVerticalPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEffectiveHorizontalPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEffectiveVerticalPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSubstituteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSubstituteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type EffectiveHorizontalPodAutoscalerInformer
- type EffectiveVerticalPodAutoscalerInformer
- type Interface
- type SubstituteInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEffectiveHorizontalPodAutoscalerInformer ¶
func NewEffectiveHorizontalPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEffectiveHorizontalPodAutoscalerInformer constructs a new informer for EffectiveHorizontalPodAutoscaler type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewEffectiveVerticalPodAutoscalerInformer ¶
func NewEffectiveVerticalPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEffectiveVerticalPodAutoscalerInformer constructs a new informer for EffectiveVerticalPodAutoscaler type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredEffectiveHorizontalPodAutoscalerInformer ¶
func NewFilteredEffectiveHorizontalPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEffectiveHorizontalPodAutoscalerInformer constructs a new informer for EffectiveHorizontalPodAutoscaler type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredEffectiveVerticalPodAutoscalerInformer ¶
func NewFilteredEffectiveVerticalPodAutoscalerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEffectiveVerticalPodAutoscalerInformer constructs a new informer for EffectiveVerticalPodAutoscaler type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredSubstituteInformer ¶
func NewFilteredSubstituteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSubstituteInformer constructs a new informer for Substitute type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewSubstituteInformer ¶
func NewSubstituteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSubstituteInformer constructs a new informer for Substitute type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type EffectiveHorizontalPodAutoscalerInformer ¶
type EffectiveHorizontalPodAutoscalerInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.EffectiveHorizontalPodAutoscalerLister }
EffectiveHorizontalPodAutoscalerInformer provides access to a shared informer and lister for EffectiveHorizontalPodAutoscalers.
type EffectiveVerticalPodAutoscalerInformer ¶
type EffectiveVerticalPodAutoscalerInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.EffectiveVerticalPodAutoscalerLister }
EffectiveVerticalPodAutoscalerInformer provides access to a shared informer and lister for EffectiveVerticalPodAutoscalers.
type Interface ¶
type Interface interface { // EffectiveHorizontalPodAutoscalers returns a EffectiveHorizontalPodAutoscalerInformer. EffectiveHorizontalPodAutoscalers() EffectiveHorizontalPodAutoscalerInformer // EffectiveVerticalPodAutoscalers returns a EffectiveVerticalPodAutoscalerInformer. EffectiveVerticalPodAutoscalers() EffectiveVerticalPodAutoscalerInformer // Substitutes returns a SubstituteInformer. Substitutes() SubstituteInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type SubstituteInformer ¶
type SubstituteInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.SubstituteLister }
SubstituteInformer provides access to a shared informer and lister for Substitutes.