v1

package
v4.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2021 License: Apache-2.0 Imports: 10 Imported by: 6

Documentation

Index

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

New returns a new Interface.

type VolumeSnapshotClassInformer

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

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

type VolumeSnapshotContentInformer

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

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

type VolumeSnapshotInformer

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL