Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + type GenericInformer interface + Informer func() cache.SharedIndexInformer + Lister func() cache.GenericLister + type SharedInformerFactory interface + ForResource func(resource schema.GroupVersionResource) (GenericInformer, error) + Network func() network.Interface + WaitForCacheSync func(stopCh <-chan struct{}) map[reflect.Type]bool + func NewFilteredSharedInformerFactory(client internalclientset.Interface, defaultResync time.Duration, ...) SharedInformerFactory + func NewSharedInformerFactory(client internalclientset.Interface, defaultResync time.Duration) SharedInformerFactory + func NewSharedInformerFactoryWithOptions(client internalclientset.Interface, defaultResync time.Duration, ...) SharedInformerFactory + type SharedInformerOption func(*sharedInformerFactory) *sharedInformerFactory + func WithCustomResyncConfig(resyncConfig map[v1.Object]time.Duration) SharedInformerOption + func WithNamespace(namespace string) SharedInformerOption + func WithTweakListOptions(tweakListOptions internalinterfaces.TweakListOptionsFunc) SharedInformerOption