v1alpha1

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredVolumeBackupInformer

func NewFilteredVolumeBackupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredVolumeBackupInformer constructs a new informer for VolumeBackup 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 NewFilteredVolumeBackupScheduleInformer

func NewFilteredVolumeBackupScheduleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredVolumeBackupScheduleInformer constructs a new informer for VolumeBackupSchedule 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 NewFilteredVolumeRestoreInformer

func NewFilteredVolumeRestoreInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredVolumeRestoreInformer constructs a new informer for VolumeRestore 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 NewVolumeBackupInformer

func NewVolumeBackupInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewVolumeBackupInformer constructs a new informer for VolumeBackup 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 NewVolumeBackupScheduleInformer

func NewVolumeBackupScheduleInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewVolumeBackupScheduleInformer constructs a new informer for VolumeBackupSchedule 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 NewVolumeRestoreInformer

func NewVolumeRestoreInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewVolumeRestoreInformer constructs a new informer for VolumeRestore 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 {
	// VolumeBackups returns a VolumeBackupInformer.
	VolumeBackups() VolumeBackupInformer
	// VolumeBackupSchedules returns a VolumeBackupScheduleInformer.
	VolumeBackupSchedules() VolumeBackupScheduleInformer
	// VolumeRestores returns a VolumeRestoreInformer.
	VolumeRestores() VolumeRestoreInformer
}

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

func New

New returns a new Interface.

type VolumeBackupInformer

type VolumeBackupInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.VolumeBackupLister
}

VolumeBackupInformer provides access to a shared informer and lister for VolumeBackups.

type VolumeBackupScheduleInformer

type VolumeBackupScheduleInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.VolumeBackupScheduleLister
}

VolumeBackupScheduleInformer provides access to a shared informer and lister for VolumeBackupSchedules.

type VolumeRestoreInformer

type VolumeRestoreInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.VolumeRestoreLister
}

VolumeRestoreInformer provides access to a shared informer and lister for VolumeRestores.

Jump to

Keyboard shortcuts

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