Documentation ¶
Index ¶
- func NewAnalysisNoteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAnalysisOccurrenceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAwsClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAwsNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureClientInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAzureNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAnalysisNoteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAnalysisOccurrenceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAwsClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAwsNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureClientInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAzureNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredRegistryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewRegistryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AnalysisNoteInformer
- type AnalysisOccurrenceInformer
- type AwsClusterInformer
- type AwsNodePoolInformer
- type AzureClientInformer
- type AzureClusterInformer
- type AzureNodePoolInformer
- type ClusterInformer
- type Interface
- type NodePoolInformer
- type RegistryInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnalysisNoteInformer ¶
func NewAnalysisNoteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAnalysisNoteInformer constructs a new informer for AnalysisNote 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 NewAnalysisOccurrenceInformer ¶
func NewAnalysisOccurrenceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAnalysisOccurrenceInformer constructs a new informer for AnalysisOccurrence 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 NewAwsClusterInformer ¶ added in v0.5.0
func NewAwsClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAwsClusterInformer constructs a new informer for AwsCluster 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 NewAwsNodePoolInformer ¶ added in v0.5.0
func NewAwsNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAwsNodePoolInformer constructs a new informer for AwsNodePool 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 NewAzureClientInformer ¶ added in v0.5.0
func NewAzureClientInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureClientInformer constructs a new informer for AzureClient 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 ¶ added in v0.5.0
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 NewAzureNodePoolInformer ¶ added in v0.5.0
func NewAzureNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAzureNodePoolInformer constructs a new informer for AzureNodePool 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 NewClusterInformer ¶
func NewClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewClusterInformer constructs a new informer for Cluster 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 NewFilteredAnalysisNoteInformer ¶
func NewFilteredAnalysisNoteInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAnalysisNoteInformer constructs a new informer for AnalysisNote 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 NewFilteredAnalysisOccurrenceInformer ¶
func NewFilteredAnalysisOccurrenceInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAnalysisOccurrenceInformer constructs a new informer for AnalysisOccurrence 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 NewFilteredAwsClusterInformer ¶ added in v0.5.0
func NewFilteredAwsClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAwsClusterInformer constructs a new informer for AwsCluster 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 NewFilteredAwsNodePoolInformer ¶ added in v0.5.0
func NewFilteredAwsNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAwsNodePoolInformer constructs a new informer for AwsNodePool 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 NewFilteredAzureClientInformer ¶ added in v0.5.0
func NewFilteredAzureClientInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureClientInformer constructs a new informer for AzureClient 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 ¶ added in v0.5.0
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 NewFilteredAzureNodePoolInformer ¶ added in v0.5.0
func NewFilteredAzureNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAzureNodePoolInformer constructs a new informer for AzureNodePool 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 NewFilteredClusterInformer ¶
func NewFilteredClusterInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredClusterInformer constructs a new informer for Cluster 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 NewFilteredNodePoolInformer ¶
func NewFilteredNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNodePoolInformer constructs a new informer for NodePool 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 NewFilteredRegistryInformer ¶
func NewFilteredRegistryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredRegistryInformer constructs a new informer for Registry 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 NewNodePoolInformer ¶
func NewNodePoolInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNodePoolInformer constructs a new informer for NodePool 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 NewRegistryInformer ¶
func NewRegistryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewRegistryInformer constructs a new informer for Registry 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 AnalysisNoteInformer ¶
type AnalysisNoteInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AnalysisNoteLister }
AnalysisNoteInformer provides access to a shared informer and lister for AnalysisNotes.
type AnalysisOccurrenceInformer ¶
type AnalysisOccurrenceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AnalysisOccurrenceLister }
AnalysisOccurrenceInformer provides access to a shared informer and lister for AnalysisOccurrences.
type AwsClusterInformer ¶ added in v0.5.0
type AwsClusterInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AwsClusterLister }
AwsClusterInformer provides access to a shared informer and lister for AwsClusters.
type AwsNodePoolInformer ¶ added in v0.5.0
type AwsNodePoolInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AwsNodePoolLister }
AwsNodePoolInformer provides access to a shared informer and lister for AwsNodePools.
type AzureClientInformer ¶ added in v0.5.0
type AzureClientInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AzureClientLister }
AzureClientInformer provides access to a shared informer and lister for AzureClients.
type AzureClusterInformer ¶ added in v0.5.0
type AzureClusterInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AzureClusterLister }
AzureClusterInformer provides access to a shared informer and lister for AzureClusters.
type AzureNodePoolInformer ¶ added in v0.5.0
type AzureNodePoolInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AzureNodePoolLister }
AzureNodePoolInformer provides access to a shared informer and lister for AzureNodePools.
type ClusterInformer ¶
type ClusterInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ClusterLister }
ClusterInformer provides access to a shared informer and lister for Clusters.
type Interface ¶
type Interface interface { // AnalysisNotes returns a AnalysisNoteInformer. AnalysisNotes() AnalysisNoteInformer // AnalysisOccurrences returns a AnalysisOccurrenceInformer. AnalysisOccurrences() AnalysisOccurrenceInformer // AwsClusters returns a AwsClusterInformer. AwsClusters() AwsClusterInformer // AwsNodePools returns a AwsNodePoolInformer. AwsNodePools() AwsNodePoolInformer // AzureClients returns a AzureClientInformer. AzureClients() AzureClientInformer // AzureClusters returns a AzureClusterInformer. AzureClusters() AzureClusterInformer // AzureNodePools returns a AzureNodePoolInformer. AzureNodePools() AzureNodePoolInformer // Clusters returns a ClusterInformer. Clusters() ClusterInformer // NodePools returns a NodePoolInformer. NodePools() NodePoolInformer // Registries returns a RegistryInformer. Registries() RegistryInformer }
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 NodePoolInformer ¶
type NodePoolInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.NodePoolLister }
NodePoolInformer provides access to a shared informer and lister for NodePools.
type RegistryInformer ¶
type RegistryInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.RegistryLister }
RegistryInformer provides access to a shared informer and lister for Registries.