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 NewFabricClusterInformer

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

NewFabricClusterInformer constructs a new informer for FabricCluster 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 NewFabricManagedClusterInformer added in v0.5.0

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

NewFabricManagedClusterInformer constructs a new informer for FabricManagedCluster 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 NewFabricMeshApplicationInformer

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

NewFabricMeshApplicationInformer constructs a new informer for FabricMeshApplication 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 NewFabricMeshLocalNetworkInformer

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

NewFabricMeshLocalNetworkInformer constructs a new informer for FabricMeshLocalNetwork 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 NewFabricMeshSecretInformer

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

NewFabricMeshSecretInformer constructs a new informer for FabricMeshSecret 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 NewFabricMeshSecretValueInformer

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

NewFabricMeshSecretValueInformer constructs a new informer for FabricMeshSecretValue 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 NewFilteredFabricClusterInformer

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

NewFilteredFabricClusterInformer constructs a new informer for FabricCluster 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 NewFilteredFabricManagedClusterInformer added in v0.5.0

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

NewFilteredFabricManagedClusterInformer constructs a new informer for FabricManagedCluster 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 NewFilteredFabricMeshApplicationInformer

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

NewFilteredFabricMeshApplicationInformer constructs a new informer for FabricMeshApplication 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 NewFilteredFabricMeshLocalNetworkInformer

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

NewFilteredFabricMeshLocalNetworkInformer constructs a new informer for FabricMeshLocalNetwork 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 NewFilteredFabricMeshSecretInformer

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

NewFilteredFabricMeshSecretInformer constructs a new informer for FabricMeshSecret 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 NewFilteredFabricMeshSecretValueInformer

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

NewFilteredFabricMeshSecretValueInformer constructs a new informer for FabricMeshSecretValue 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 FabricClusterInformer

type FabricClusterInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricClusterLister
}

FabricClusterInformer provides access to a shared informer and lister for FabricClusters.

type FabricManagedClusterInformer added in v0.5.0

type FabricManagedClusterInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricManagedClusterLister
}

FabricManagedClusterInformer provides access to a shared informer and lister for FabricManagedClusters.

type FabricMeshApplicationInformer

type FabricMeshApplicationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricMeshApplicationLister
}

FabricMeshApplicationInformer provides access to a shared informer and lister for FabricMeshApplications.

type FabricMeshLocalNetworkInformer

type FabricMeshLocalNetworkInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricMeshLocalNetworkLister
}

FabricMeshLocalNetworkInformer provides access to a shared informer and lister for FabricMeshLocalNetworks.

type FabricMeshSecretInformer

type FabricMeshSecretInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricMeshSecretLister
}

FabricMeshSecretInformer provides access to a shared informer and lister for FabricMeshSecrets.

type FabricMeshSecretValueInformer

type FabricMeshSecretValueInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FabricMeshSecretValueLister
}

FabricMeshSecretValueInformer provides access to a shared informer and lister for FabricMeshSecretValues.

type Interface

type Interface interface {
	// FabricClusters returns a FabricClusterInformer.
	FabricClusters() FabricClusterInformer
	// FabricManagedClusters returns a FabricManagedClusterInformer.
	FabricManagedClusters() FabricManagedClusterInformer
	// FabricMeshApplications returns a FabricMeshApplicationInformer.
	FabricMeshApplications() FabricMeshApplicationInformer
	// FabricMeshLocalNetworks returns a FabricMeshLocalNetworkInformer.
	FabricMeshLocalNetworks() FabricMeshLocalNetworkInformer
	// FabricMeshSecrets returns a FabricMeshSecretInformer.
	FabricMeshSecrets() FabricMeshSecretInformer
	// FabricMeshSecretValues returns a FabricMeshSecretValueInformer.
	FabricMeshSecretValues() FabricMeshSecretValueInformer
}

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

func New

New returns a new Interface.

Jump to

Keyboard shortcuts

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