v1alpha1

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAddonInformer

func NewAddonInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewAddonInformer constructs a new informer for Addon 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 NewFargateProfileInformer

func NewFargateProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewFargateProfileInformer constructs a new informer for FargateProfile 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 NewFilteredAddonInformer

func NewFilteredAddonInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredAddonInformer constructs a new informer for Addon 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 NewFilteredFargateProfileInformer

func NewFilteredFargateProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredFargateProfileInformer constructs a new informer for FargateProfile 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 NewFilteredIdentityProviderConfigInformer added in v0.5.0

func NewFilteredIdentityProviderConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredIdentityProviderConfigInformer constructs a new informer for IdentityProviderConfig 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 NewFilteredNodeGroupInformer

func NewFilteredNodeGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredNodeGroupInformer constructs a new informer for NodeGroup 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 NewIdentityProviderConfigInformer added in v0.5.0

func NewIdentityProviderConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewIdentityProviderConfigInformer constructs a new informer for IdentityProviderConfig 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 NewNodeGroupInformer

func NewNodeGroupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewNodeGroupInformer constructs a new informer for NodeGroup 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 AddonInformer

type AddonInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.AddonLister
}

AddonInformer provides access to a shared informer and lister for Addons.

type ClusterInformer

type ClusterInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ClusterLister
}

ClusterInformer provides access to a shared informer and lister for Clusters.

type FargateProfileInformer

type FargateProfileInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FargateProfileLister
}

FargateProfileInformer provides access to a shared informer and lister for FargateProfiles.

type IdentityProviderConfigInformer added in v0.5.0

type IdentityProviderConfigInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.IdentityProviderConfigLister
}

IdentityProviderConfigInformer provides access to a shared informer and lister for IdentityProviderConfigs.

type Interface

type Interface interface {
	// Addons returns a AddonInformer.
	Addons() AddonInformer
	// Clusters returns a ClusterInformer.
	Clusters() ClusterInformer
	// FargateProfiles returns a FargateProfileInformer.
	FargateProfiles() FargateProfileInformer
	// IdentityProviderConfigs returns a IdentityProviderConfigInformer.
	IdentityProviderConfigs() IdentityProviderConfigInformer
	// NodeGroups returns a NodeGroupInformer.
	NodeGroups() NodeGroupInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

type NodeGroupInformer

type NodeGroupInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.NodeGroupLister
}

NodeGroupInformer provides access to a shared informer and lister for NodeGroups.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL