v1alpha1

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredSecretExportInformer

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

NewFilteredSecretExportInformer constructs a new informer for SecretExport 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 NewFilteredSecretImportInformer

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

NewFilteredSecretImportInformer constructs a new informer for SecretImport 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 NewFilteredSecretTemplateInformer

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

NewFilteredSecretTemplateInformer constructs a new informer for SecretTemplate 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 NewSecretExportInformer

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

NewSecretExportInformer constructs a new informer for SecretExport 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 NewSecretImportInformer

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

NewSecretImportInformer constructs a new informer for SecretImport 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 NewSecretTemplateInformer

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

NewSecretTemplateInformer constructs a new informer for SecretTemplate 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 {
	// SecretExports returns a SecretExportInformer.
	SecretExports() SecretExportInformer
	// SecretImports returns a SecretImportInformer.
	SecretImports() SecretImportInformer
	// SecretTemplates returns a SecretTemplateInformer.
	SecretTemplates() SecretTemplateInformer
}

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

func New

New returns a new Interface.

type SecretExportInformer

type SecretExportInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.SecretExportLister
}

SecretExportInformer provides access to a shared informer and lister for SecretExports.

type SecretImportInformer

type SecretImportInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.SecretImportLister
}

SecretImportInformer provides access to a shared informer and lister for SecretImports.

type SecretTemplateInformer

type SecretTemplateInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.SecretTemplateLister
}

SecretTemplateInformer provides access to a shared informer and lister for SecretTemplates.

Jump to

Keyboard shortcuts

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