Documentation ¶
Index ¶
- func NewAlicloudMachineClassInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAlicloudMachineClassInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AlicloudMachineClassInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAlicloudMachineClassInformer ¶
func NewAlicloudMachineClassInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAlicloudMachineClassInformer constructs a new informer for AlicloudMachineClass 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 NewFilteredAlicloudMachineClassInformer ¶
func NewFilteredAlicloudMachineClassInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAlicloudMachineClassInformer constructs a new informer for AlicloudMachineClass 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 AlicloudMachineClassInformer ¶
type AlicloudMachineClassInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AlicloudMachineClassLister }
AlicloudMachineClassInformer provides access to a shared informer and lister for AlicloudMachineClasses.
Click to show internal directories.
Click to hide internal directories.