func NewFilteredVolumeSnapshotClassInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVolumeSnapshotClassInformer constructs a new informer for VolumeSnapshotClass type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredVolumeSnapshotContentInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVolumeSnapshotContentInformer constructs a new informer for VolumeSnapshotContent type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredVolumeSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVolumeSnapshotInformer constructs a new informer for VolumeSnapshot type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewVolumeSnapshotClassInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVolumeSnapshotClassInformer constructs a new informer for VolumeSnapshotClass type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewVolumeSnapshotContentInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVolumeSnapshotContentInformer constructs a new informer for VolumeSnapshotContent type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewVolumeSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVolumeSnapshotInformer constructs a new informer for VolumeSnapshot type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Interface provides access to all the informers in this group version.
type Interface interface { // VolumeSnapshots returns a VolumeSnapshotInformer. VolumeSnapshots() VolumeSnapshotInformer // VolumeSnapshotClasses returns a VolumeSnapshotClassInformer. VolumeSnapshotClasses() VolumeSnapshotClassInformer // VolumeSnapshotContents returns a VolumeSnapshotContentInformer. VolumeSnapshotContents() VolumeSnapshotContentInformer }
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
VolumeSnapshotClassInformer provides access to a shared informer and lister for VolumeSnapshotClasses.
type VolumeSnapshotClassInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.VolumeSnapshotClassLister }
VolumeSnapshotContentInformer provides access to a shared informer and lister for VolumeSnapshotContents.
type VolumeSnapshotContentInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.VolumeSnapshotContentLister }
VolumeSnapshotInformer provides access to a shared informer and lister for VolumeSnapshots.
type VolumeSnapshotInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.VolumeSnapshotLister }