Documentation
¶
Index ¶
- func NewAzureClusterIdentityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureClusterTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureMachineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureMachineTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureManagedClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureManagedClusterTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureManagedControlPlaneInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureManagedControlPlaneTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureManagedMachinePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureManagedMachinePoolTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureClusterIdentityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureClusterTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureMachineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureMachineTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureManagedClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureManagedClusterTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureManagedControlPlaneInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureManagedControlPlaneTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureManagedMachinePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureManagedMachinePoolTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AzureClusterIdentityInformer
- type AzureClusterInformer
- type AzureClusterTemplateInformer
- type AzureMachineInformer
- type AzureMachineTemplateInformer
- type AzureManagedClusterInformer
- type AzureManagedClusterTemplateInformer
- type AzureManagedControlPlaneInformer
- type AzureManagedControlPlaneTemplateInformer
- type AzureManagedMachinePoolInformer
- type AzureManagedMachinePoolTemplateInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAzureClusterIdentityInformer ¶
func NewAzureClusterIdentityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureClusterIdentityInformer constructs a new informer for AzureClusterIdentity 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 NewAzureClusterInformer ¶
func NewAzureClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureClusterInformer constructs a new informer for AzureCluster 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 NewAzureClusterTemplateInformer ¶
func NewAzureClusterTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureClusterTemplateInformer constructs a new informer for AzureClusterTemplate 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 NewAzureMachineInformer ¶
func NewAzureMachineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureMachineInformer constructs a new informer for AzureMachine 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 NewAzureMachineTemplateInformer ¶
func NewAzureMachineTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureMachineTemplateInformer constructs a new informer for AzureMachineTemplate 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 NewAzureManagedClusterInformer ¶
func NewAzureManagedClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureManagedClusterInformer constructs a new informer for AzureManagedCluster 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 NewAzureManagedClusterTemplateInformer ¶
func NewAzureManagedClusterTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureManagedClusterTemplateInformer constructs a new informer for AzureManagedClusterTemplate 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 NewAzureManagedControlPlaneInformer ¶
func NewAzureManagedControlPlaneInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureManagedControlPlaneInformer constructs a new informer for AzureManagedControlPlane 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 NewAzureManagedControlPlaneTemplateInformer ¶
func NewAzureManagedControlPlaneTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureManagedControlPlaneTemplateInformer constructs a new informer for AzureManagedControlPlaneTemplate 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 NewAzureManagedMachinePoolInformer ¶
func NewAzureManagedMachinePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureManagedMachinePoolInformer constructs a new informer for AzureManagedMachinePool 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 NewAzureManagedMachinePoolTemplateInformer ¶
func NewAzureManagedMachinePoolTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureManagedMachinePoolTemplateInformer constructs a new informer for AzureManagedMachinePoolTemplate 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 NewFilteredAzureClusterIdentityInformer ¶
func NewFilteredAzureClusterIdentityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureClusterIdentityInformer constructs a new informer for AzureClusterIdentity 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 NewFilteredAzureClusterInformer ¶
func NewFilteredAzureClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureClusterInformer constructs a new informer for AzureCluster 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 NewFilteredAzureClusterTemplateInformer ¶
func NewFilteredAzureClusterTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureClusterTemplateInformer constructs a new informer for AzureClusterTemplate 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 NewFilteredAzureMachineInformer ¶
func NewFilteredAzureMachineInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureMachineInformer constructs a new informer for AzureMachine 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 NewFilteredAzureMachineTemplateInformer ¶
func NewFilteredAzureMachineTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureMachineTemplateInformer constructs a new informer for AzureMachineTemplate 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 NewFilteredAzureManagedClusterInformer ¶
func NewFilteredAzureManagedClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureManagedClusterInformer constructs a new informer for AzureManagedCluster 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 NewFilteredAzureManagedClusterTemplateInformer ¶
func NewFilteredAzureManagedClusterTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureManagedClusterTemplateInformer constructs a new informer for AzureManagedClusterTemplate 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 NewFilteredAzureManagedControlPlaneInformer ¶
func NewFilteredAzureManagedControlPlaneInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureManagedControlPlaneInformer constructs a new informer for AzureManagedControlPlane 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 NewFilteredAzureManagedControlPlaneTemplateInformer ¶
func NewFilteredAzureManagedControlPlaneTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureManagedControlPlaneTemplateInformer constructs a new informer for AzureManagedControlPlaneTemplate 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 NewFilteredAzureManagedMachinePoolInformer ¶
func NewFilteredAzureManagedMachinePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureManagedMachinePoolInformer constructs a new informer for AzureManagedMachinePool 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 NewFilteredAzureManagedMachinePoolTemplateInformer ¶
func NewFilteredAzureManagedMachinePoolTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureManagedMachinePoolTemplateInformer constructs a new informer for AzureManagedMachinePoolTemplate 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 AzureClusterIdentityInformer ¶
type AzureClusterIdentityInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureClusterIdentityLister
}
AzureClusterIdentityInformer provides access to a shared informer and lister for AzureClusterIdentities.
type AzureClusterInformer ¶
type AzureClusterInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureClusterLister
}
AzureClusterInformer provides access to a shared informer and lister for AzureClusters.
type AzureClusterTemplateInformer ¶
type AzureClusterTemplateInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureClusterTemplateLister
}
AzureClusterTemplateInformer provides access to a shared informer and lister for AzureClusterTemplates.
type AzureMachineInformer ¶
type AzureMachineInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureMachineLister
}
AzureMachineInformer provides access to a shared informer and lister for AzureMachines.
type AzureMachineTemplateInformer ¶
type AzureMachineTemplateInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureMachineTemplateLister
}
AzureMachineTemplateInformer provides access to a shared informer and lister for AzureMachineTemplates.
type AzureManagedClusterInformer ¶
type AzureManagedClusterInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureManagedClusterLister
}
AzureManagedClusterInformer provides access to a shared informer and lister for AzureManagedClusters.
type AzureManagedClusterTemplateInformer ¶
type AzureManagedClusterTemplateInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureManagedClusterTemplateLister
}
AzureManagedClusterTemplateInformer provides access to a shared informer and lister for AzureManagedClusterTemplates.
type AzureManagedControlPlaneInformer ¶
type AzureManagedControlPlaneInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureManagedControlPlaneLister
}
AzureManagedControlPlaneInformer provides access to a shared informer and lister for AzureManagedControlPlanes.
type AzureManagedControlPlaneTemplateInformer ¶
type AzureManagedControlPlaneTemplateInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureManagedControlPlaneTemplateLister
}
AzureManagedControlPlaneTemplateInformer provides access to a shared informer and lister for AzureManagedControlPlaneTemplates.
type AzureManagedMachinePoolInformer ¶
type AzureManagedMachinePoolInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureManagedMachinePoolLister
}
AzureManagedMachinePoolInformer provides access to a shared informer and lister for AzureManagedMachinePools.
type AzureManagedMachinePoolTemplateInformer ¶
type AzureManagedMachinePoolTemplateInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1beta1.AzureManagedMachinePoolTemplateLister
}
AzureManagedMachinePoolTemplateInformer provides access to a shared informer and lister for AzureManagedMachinePoolTemplates.
type Interface ¶
type Interface interface {
// AzureClusters returns a AzureClusterInformer.
AzureClusters() AzureClusterInformer
// AzureClusterIdentities returns a AzureClusterIdentityInformer.
AzureClusterIdentities() AzureClusterIdentityInformer
// AzureClusterTemplates returns a AzureClusterTemplateInformer.
AzureClusterTemplates() AzureClusterTemplateInformer
// AzureMachines returns a AzureMachineInformer.
AzureMachines() AzureMachineInformer
// AzureMachineTemplates returns a AzureMachineTemplateInformer.
AzureMachineTemplates() AzureMachineTemplateInformer
// AzureManagedClusters returns a AzureManagedClusterInformer.
AzureManagedClusters() AzureManagedClusterInformer
// AzureManagedClusterTemplates returns a AzureManagedClusterTemplateInformer.
AzureManagedClusterTemplates() AzureManagedClusterTemplateInformer
// AzureManagedControlPlanes returns a AzureManagedControlPlaneInformer.
AzureManagedControlPlanes() AzureManagedControlPlaneInformer
// AzureManagedControlPlaneTemplates returns a AzureManagedControlPlaneTemplateInformer.
AzureManagedControlPlaneTemplates() AzureManagedControlPlaneTemplateInformer
// AzureManagedMachinePools returns a AzureManagedMachinePoolInformer.
AzureManagedMachinePools() AzureManagedMachinePoolInformer
// AzureManagedMachinePoolTemplates returns a AzureManagedMachinePoolTemplateInformer.
AzureManagedMachinePoolTemplates() AzureManagedMachinePoolTemplateInformer
}
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.