Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + type GenericInformer interface + Informer func() cache.SharedIndexInformer + Lister func() cache.GenericLister + type SharedInformerFactory interface + Core func() core.Interface + ForResource func(resource schema.GroupVersionResource) (GenericInformer, error) + Multiclusterdns func() multiclusterdns.Interface + Scheduling func() scheduling.Interface + Types func() types.Interface + 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