Documentation
¶
Index ¶
- func NewFilteredKubeadmControlPlaneInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredKubeadmControlPlaneTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewKubeadmControlPlaneInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewKubeadmControlPlaneTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type KubeadmControlPlaneInformer
- type KubeadmControlPlaneTemplateInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredKubeadmControlPlaneInformer ¶
func NewFilteredKubeadmControlPlaneInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredKubeadmControlPlaneInformer constructs a new informer for KubeadmControlPlane 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 NewFilteredKubeadmControlPlaneTemplateInformer ¶
func NewFilteredKubeadmControlPlaneTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredKubeadmControlPlaneTemplateInformer constructs a new informer for KubeadmControlPlaneTemplate 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 NewKubeadmControlPlaneInformer ¶
func NewKubeadmControlPlaneInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewKubeadmControlPlaneInformer constructs a new informer for KubeadmControlPlane 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 NewKubeadmControlPlaneTemplateInformer ¶
func NewKubeadmControlPlaneTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewKubeadmControlPlaneTemplateInformer constructs a new informer for KubeadmControlPlaneTemplate 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 Interface ¶
type Interface interface {
// KubeadmControlPlanes returns a KubeadmControlPlaneInformer.
KubeadmControlPlanes() KubeadmControlPlaneInformer
// KubeadmControlPlaneTemplates returns a KubeadmControlPlaneTemplateInformer.
KubeadmControlPlaneTemplates() KubeadmControlPlaneTemplateInformer
}
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 KubeadmControlPlaneInformer ¶
type KubeadmControlPlaneInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.KubeadmControlPlaneLister
}
KubeadmControlPlaneInformer provides access to a shared informer and lister for KubeadmControlPlanes.
type KubeadmControlPlaneTemplateInformer ¶
type KubeadmControlPlaneTemplateInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.KubeadmControlPlaneTemplateLister
}
KubeadmControlPlaneTemplateInformer provides access to a shared informer and lister for KubeadmControlPlaneTemplates.