v1

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredVolumeSnapshotDataInformer

func NewFilteredVolumeSnapshotDataInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredVolumeSnapshotDataInformer constructs a new informer for VolumeSnapshotData 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 internalclientset.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 NewVolumeSnapshotDataInformer

func NewVolumeSnapshotDataInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewVolumeSnapshotDataInformer constructs a new informer for VolumeSnapshotData 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 internalclientset.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
	// VolumeSnapshotDatas returns a VolumeSnapshotDataInformer.
	VolumeSnapshotDatas() VolumeSnapshotDataInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

type VolumeSnapshotDataInformer

type VolumeSnapshotDataInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.VolumeSnapshotDataLister
}

VolumeSnapshotDataInformer provides access to a shared informer and lister for VolumeSnapshotDatas.

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