Documentation ¶
Index ¶
- func NewEXTCOMMClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEXTCOMMEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewEXTCOMMIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEXTCOMMClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEXTCOMMEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredEXTCOMMIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type EXTCOMMClaimInformer
- type EXTCOMMEntryInformer
- type EXTCOMMIndexInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEXTCOMMClaimInformer ¶
func NewEXTCOMMClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEXTCOMMClaimInformer constructs a new informer for EXTCOMMClaim 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 NewEXTCOMMEntryInformer ¶
func NewEXTCOMMEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEXTCOMMEntryInformer constructs a new informer for EXTCOMMEntry 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 NewEXTCOMMIndexInformer ¶
func NewEXTCOMMIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewEXTCOMMIndexInformer constructs a new informer for EXTCOMMIndex 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 NewFilteredEXTCOMMClaimInformer ¶
func NewFilteredEXTCOMMClaimInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEXTCOMMClaimInformer constructs a new informer for EXTCOMMClaim 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 NewFilteredEXTCOMMEntryInformer ¶
func NewFilteredEXTCOMMEntryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEXTCOMMEntryInformer constructs a new informer for EXTCOMMEntry 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 NewFilteredEXTCOMMIndexInformer ¶
func NewFilteredEXTCOMMIndexInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredEXTCOMMIndexInformer constructs a new informer for EXTCOMMIndex 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 EXTCOMMClaimInformer ¶
type EXTCOMMClaimInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.EXTCOMMClaimLister }
EXTCOMMClaimInformer provides access to a shared informer and lister for EXTCOMMClaims.
type EXTCOMMEntryInformer ¶
type EXTCOMMEntryInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.EXTCOMMEntryLister }
EXTCOMMEntryInformer provides access to a shared informer and lister for EXTCOMMEntries.
type EXTCOMMIndexInformer ¶
type EXTCOMMIndexInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.EXTCOMMIndexLister }
EXTCOMMIndexInformer provides access to a shared informer and lister for EXTCOMMIndexes.
type Interface ¶
type Interface interface { // EXTCOMMClaims returns a EXTCOMMClaimInformer. EXTCOMMClaims() EXTCOMMClaimInformer // EXTCOMMEntries returns a EXTCOMMEntryInformer. EXTCOMMEntries() EXTCOMMEntryInformer // EXTCOMMIndexes returns a EXTCOMMIndexInformer. EXTCOMMIndexes() EXTCOMMIndexInformer }
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.