...

Package v1

import "github.com/kubernetes-csi/external-snapshotter/client/v4/informers/externalversions/volumesnapshot/v1"
Overview
Index

Overview ▾

func NewFilteredVolumeSnapshotClassInformer

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

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

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

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

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

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.

type Interface

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

func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface

New returns a new Interface.

type VolumeSnapshotClassInformer

VolumeSnapshotClassInformer provides access to a shared informer and lister for VolumeSnapshotClasses.

type VolumeSnapshotClassInformer interface {
    Informer() cache.SharedIndexInformer
    Lister() v1.VolumeSnapshotClassLister
}

type VolumeSnapshotContentInformer

VolumeSnapshotContentInformer provides access to a shared informer and lister for VolumeSnapshotContents.

type VolumeSnapshotContentInformer interface {
    Informer() cache.SharedIndexInformer
    Lister() v1.VolumeSnapshotContentLister
}

type VolumeSnapshotInformer

VolumeSnapshotInformer provides access to a shared informer and lister for VolumeSnapshots.

type VolumeSnapshotInformer interface {
    Informer() cache.SharedIndexInformer
    Lister() v1.VolumeSnapshotLister
}