Versions in this module Expand all Collapse all v1 v1.32.0 Jul 5, 2023 v1.31.0 Jun 7, 2023 Changes in this version + type GenericInformer interface + Informer func() cache.SharedIndexInformer + Lister func() cache.GenericLister + type SharedInformerFactory interface + AppWrapper func() arbclient.Interface + ForResource func(resource schema.GroupVersionResource) (GenericInformer, error) + QueueJob func() arbclient.Interface + SchedulingSpec func() arbclient.Interface + WaitForCacheSync func(stopCh <-chan struct{}) map[reflect.Type]bool + func NewFilteredSharedInformerFactory(client *rest.RESTClient, defaultResync time.Duration, ...) SharedInformerFactory + func NewSharedInformerFactory(client *rest.RESTClient, defaultResync time.Duration) SharedInformerFactory + func NewSharedInformerFactoryWithOptions(client *rest.RESTClient, defaultResync time.Duration, ...) SharedInformerFactory + type SharedInformerOption func(*sharedInformerFactory) *sharedInformerFactory + func WithTweakListOptions(tweakListOptions internalinterfaces.TweakListOptionsFunc) SharedInformerOption