Documentation ¶
Index ¶
- func NewFilteredVolumeSnapshotClassInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVolumeSnapshotContentInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVolumeSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVolumeSnapshotClassInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVolumeSnapshotContentInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVolumeSnapshotInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type VolumeSnapshotClassInformer
- type VolumeSnapshotContentInformer
- type VolumeSnapshotInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.
Types ¶
type Interface ¶
type Interface interface { // VolumeSnapshots returns a VolumeSnapshotInformer. VolumeSnapshots() VolumeSnapshotInformer // VolumeSnapshotClasses returns a VolumeSnapshotClassInformer. VolumeSnapshotClasses() VolumeSnapshotClassInformer // VolumeSnapshotContents returns a VolumeSnapshotContentInformer. VolumeSnapshotContents() VolumeSnapshotContentInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type VolumeSnapshotClassInformer ¶
type VolumeSnapshotClassInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.VolumeSnapshotClassLister }
VolumeSnapshotClassInformer provides access to a shared informer and lister for VolumeSnapshotClasses.
type VolumeSnapshotContentInformer ¶
type VolumeSnapshotContentInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.VolumeSnapshotContentLister }
VolumeSnapshotContentInformer provides access to a shared informer and lister for VolumeSnapshotContents.
type VolumeSnapshotInformer ¶
type VolumeSnapshotInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.VolumeSnapshotLister }
VolumeSnapshotInformer provides access to a shared informer and lister for VolumeSnapshots.