Documentation ¶
Index ¶
- func NewFilteredQuotaSubtreeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewQuotaSubtreeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type QuotaSubtreeInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredQuotaSubtreeInformer ¶
func NewFilteredQuotaSubtreeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredQuotaSubtreeInformer constructs a new informer for QuotaSubtree 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 NewQuotaSubtreeInformer ¶
func NewQuotaSubtreeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewQuotaSubtreeInformer constructs a new informer for QuotaSubtree 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 { // QuotaSubtrees returns a QuotaSubtreeInformer. QuotaSubtrees() QuotaSubtreeInformer }
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.
type QuotaSubtreeInformer ¶
type QuotaSubtreeInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.QuotaSubtreeLister }
QuotaSubtreeInformer provides access to a shared informer and lister for QuotaSubtrees.