v1

package
v0.0.0-...-395ddcd Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDatabaseBackupInformer

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

NewDatabaseBackupInformer constructs a new informer for DatabaseBackup 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 NewDatabaseBackupStorageClassInformer

func NewDatabaseBackupStorageClassInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewDatabaseBackupStorageClassInformer constructs a new informer for DatabaseBackupStorageClass 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 NewFilteredDatabaseBackupInformer

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

NewFilteredDatabaseBackupInformer constructs a new informer for DatabaseBackup 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 NewFilteredDatabaseBackupStorageClassInformer

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

NewFilteredDatabaseBackupStorageClassInformer constructs a new informer for DatabaseBackupStorageClass 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 DatabaseBackupInformer

type DatabaseBackupInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.DatabaseBackupLister
}

DatabaseBackupInformer provides access to a shared informer and lister for DatabaseBackups.

type DatabaseBackupStorageClassInformer

type DatabaseBackupStorageClassInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.DatabaseBackupStorageClassLister
}

DatabaseBackupStorageClassInformer provides access to a shared informer and lister for DatabaseBackupStorageClasses.

type Interface

type Interface interface {
	// DatabaseBackups returns a DatabaseBackupInformer.
	DatabaseBackups() DatabaseBackupInformer
	// DatabaseBackupStorageClasses returns a DatabaseBackupStorageClassInformer.
	DatabaseBackupStorageClasses() DatabaseBackupStorageClassInformer
}

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

func New

New returns a new Interface.

Jump to

Keyboard shortcuts

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