type ReplicationControllerInformer …
type replicationControllerInformer …
func NewReplicationControllerInformer(client kubernetes.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer { … }
func NewFilteredReplicationControllerInformer(client kubernetes.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer { … }
func (f *replicationControllerInformer) defaultInformer(client kubernetes.Interface, resyncPeriod time.Duration) cache.SharedIndexInformer { … }
func (f *replicationControllerInformer) Informer() cache.SharedIndexInformer { … }
func (f *replicationControllerInformer) Lister() corev1.ReplicationControllerLister { … }