Versions in this module Expand all Collapse all v1 v1.7.9 May 27, 2024 v1.7.8 May 7, 2024 Changes in this version + type GenericInformer interface + Informer func() cache.SharedIndexInformer + Lister func() cache.GenericLister + type SharedInformerFactory interface + Core func() coreoamdev.Interface + ForResource func(resource schema.GroupVersionResource) (GenericInformer, error) + InformerFor func(obj runtime.Object, newFunc internalinterfaces.NewInformerFunc) cache.SharedIndexInformer + Shutdown func() + Start func(stopCh <-chan struct{}) + WaitForCacheSync func(stopCh <-chan struct{}) map[reflect.Type]bool + func NewFilteredSharedInformerFactory(client versioned.Interface, defaultResync time.Duration, namespace string, ...) SharedInformerFactory + func NewSharedInformerFactory(client versioned.Interface, defaultResync time.Duration) SharedInformerFactory + func NewSharedInformerFactoryWithOptions(client versioned.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