Documentation ¶
Index ¶
- func NewFilteredGENIDClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGENIDEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGENIDIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGENIDClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGENIDEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGENIDIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type GENIDClaimInformer
- type GENIDEntryInformer
- type GENIDIndexInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredGENIDClaimInformer ¶
func NewFilteredGENIDClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGENIDClaimInformer constructs a new informer for GENIDClaim 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 NewFilteredGENIDEntryInformer ¶
func NewFilteredGENIDEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGENIDEntryInformer constructs a new informer for GENIDEntry 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 NewFilteredGENIDIndexInformer ¶
func NewFilteredGENIDIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGENIDIndexInformer constructs a new informer for GENIDIndex 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 NewGENIDClaimInformer ¶
func NewGENIDClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGENIDClaimInformer constructs a new informer for GENIDClaim 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 NewGENIDEntryInformer ¶
func NewGENIDEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGENIDEntryInformer constructs a new informer for GENIDEntry 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 NewGENIDIndexInformer ¶
func NewGENIDIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGENIDIndexInformer constructs a new informer for GENIDIndex 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 GENIDClaimInformer ¶
type GENIDClaimInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GENIDClaimLister }
GENIDClaimInformer provides access to a shared informer and lister for GENIDClaims.
type GENIDEntryInformer ¶
type GENIDEntryInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GENIDEntryLister }
GENIDEntryInformer provides access to a shared informer and lister for GENIDEntries.
type GENIDIndexInformer ¶
type GENIDIndexInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.GENIDIndexLister }
GENIDIndexInformer provides access to a shared informer and lister for GENIDIndexes.
type Interface ¶
type Interface interface { // GENIDClaims returns a GENIDClaimInformer. GENIDClaims() GENIDClaimInformer // GENIDEntries returns a GENIDEntryInformer. GENIDEntries() GENIDEntryInformer // GENIDIndexes returns a GENIDIndexInformer. GENIDIndexes() GENIDIndexInformer }
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.