type ComponentStatusInformer …
type componentStatusInformer …
func NewComponentStatusInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer { … }
func NewFilteredComponentStatusInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer { … }
func (f *componentStatusInformer) defaultInformer(client kubernetes.Interface, resyncPeriod time.Duration) cache.SharedIndexInformer { … }
func (f *componentStatusInformer) Informer() cache.SharedIndexInformer { … }
func (f *componentStatusInformer) Lister() corev1.ComponentStatusLister { … }