Documentation ¶
Index ¶
- func NewASClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewASEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewASIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredASClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredASEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredASIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ASClaimInformer
- type ASEntryInformer
- type ASIndexInformer
- type Interface
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 ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.