Versions in this module Expand all Collapse all v11 v11.0.0 Mar 13, 2019 Changes in this version + type GenericInformer interface + Informer func() cache.SharedIndexInformer + Lister func() cache.GenericLister + type SharedInformerFactory interface + Admissionregistration func() admissionregistration.Interface + Apps func() apps.Interface + Auditregistration func() auditregistration.Interface + Autoscaling func() autoscaling.Interface + Batch func() batch.Interface + Certificates func() certificates.Interface + Coordination func() coordination.Interface + Core func() core.Interface + Events func() events.Interface + Extensions func() extensions.Interface + ForResource func(resource schema.GroupVersionResource) (GenericInformer, error) + Networking func() networking.Interface + Node func() node.Interface + Policy func() policy.Interface + Rbac func() rbac.Interface + Scheduling func() scheduling.Interface + Settings func() settings.Interface + Storage func() storage.Interface + WaitForCacheSync func(stopCh <-chan struct{}) map[reflect.Type]bool + func NewFilteredSharedInformerFactory(client kubernetes.Interface, defaultResync time.Duration, namespace string, ...) SharedInformerFactory + func NewSharedInformerFactory(client kubernetes.Interface, defaultResync time.Duration) SharedInformerFactory + func NewSharedInformerFactoryWithOptions(client kubernetes.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