Versions in this module Expand all Collapse all v8 v8.2.0 Dec 10, 2024 v8.0.0 Jun 3, 2024 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) + Groupsnapshot func() volumegroupsnapshot.Interface + InformerFor func(obj runtime.Object, newFunc internalinterfaces.NewInformerFunc) cache.SharedIndexInformer + Shutdown func() + Snapshot func() volumesnapshot.Interface + 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 WithTransform(transform cache.TransformFunc) SharedInformerOption + func WithTweakListOptions(tweakListOptions internalinterfaces.TweakListOptionsFunc) SharedInformerOption Other modules containing this package github.com/kubernetes-csi/external-snapshotter/client/v2 github.com/kubernetes-csi/external-snapshotter/client/v3 github.com/kubernetes-csi/external-snapshotter/client/v4 github.com/kubernetes-csi/external-snapshotter/client/v6 github.com/kubernetes-csi/external-snapshotter/client/v7