type ResourceQuotaInformer …
type resourceQuotaInformer …
func NewResourceQuotaInformer(client kubernetes.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer { … }
func NewFilteredResourceQuotaInformer(client kubernetes.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer { … }
func (f *resourceQuotaInformer) defaultInformer(client kubernetes.Interface, resyncPeriod time.Duration) cache.SharedIndexInformer { … }
func (f *resourceQuotaInformer) Informer() cache.SharedIndexInformer { … }
func (f *resourceQuotaInformer) Lister() corev1.ResourceQuotaLister { … }