v1alpha1

package
v0.0.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewASClaimInformer

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

NewASClaimInformer constructs a new informer for ASClaim 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 NewASEntryInformer

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

NewASEntryInformer constructs a new informer for ASEntry 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 NewASIndexInformer

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

NewASIndexInformer constructs a new informer for ASIndex 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 NewFilteredASClaimInformer

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

NewFilteredASClaimInformer constructs a new informer for ASClaim 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 NewFilteredASEntryInformer

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

NewFilteredASEntryInformer constructs a new informer for ASEntry 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 NewFilteredASIndexInformer

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

NewFilteredASIndexInformer constructs a new informer for ASIndex 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 ASClaimInformer

type ASClaimInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ASClaimLister
}

ASClaimInformer provides access to a shared informer and lister for ASClaims.

type ASEntryInformer

type ASEntryInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ASEntryLister
}

ASEntryInformer provides access to a shared informer and lister for ASEntries.

type ASIndexInformer

type ASIndexInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ASIndexLister
}

ASIndexInformer provides access to a shared informer and lister for ASIndexes.

type Interface

type Interface interface {
	// ASClaims returns a ASClaimInformer.
	ASClaims() ASClaimInformer
	// ASEntries returns a ASEntryInformer.
	ASEntries() ASEntryInformer
	// ASIndexes returns a ASIndexInformer.
	ASIndexes() ASIndexInformer
}

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