v1alpha1

package
v0.45.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MariaDBArchiverLister added in v0.44.0

type MariaDBArchiverLister interface {
	// List lists all MariaDBArchivers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MariaDBArchiver, err error)
	// MariaDBArchivers returns an object that can list and get MariaDBArchivers.
	MariaDBArchivers(namespace string) MariaDBArchiverNamespaceLister
	MariaDBArchiverListerExpansion
}

MariaDBArchiverLister helps list MariaDBArchivers. All objects returned here must be treated as read-only.

func NewMariaDBArchiverLister added in v0.44.0

func NewMariaDBArchiverLister(indexer cache.Indexer) MariaDBArchiverLister

NewMariaDBArchiverLister returns a new MariaDBArchiverLister.

type MariaDBArchiverListerExpansion added in v0.44.0

type MariaDBArchiverListerExpansion interface{}

MariaDBArchiverListerExpansion allows custom methods to be added to MariaDBArchiverLister.

type MariaDBArchiverNamespaceLister added in v0.44.0

type MariaDBArchiverNamespaceLister interface {
	// List lists all MariaDBArchivers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MariaDBArchiver, err error)
	// Get retrieves the MariaDBArchiver from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.MariaDBArchiver, error)
	MariaDBArchiverNamespaceListerExpansion
}

MariaDBArchiverNamespaceLister helps list and get MariaDBArchivers. All objects returned here must be treated as read-only.

type MariaDBArchiverNamespaceListerExpansion added in v0.44.0

type MariaDBArchiverNamespaceListerExpansion interface{}

MariaDBArchiverNamespaceListerExpansion allows custom methods to be added to MariaDBArchiverNamespaceLister.

type MongoDBArchiverLister

type MongoDBArchiverLister interface {
	// List lists all MongoDBArchivers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MongoDBArchiver, err error)
	// MongoDBArchivers returns an object that can list and get MongoDBArchivers.
	MongoDBArchivers(namespace string) MongoDBArchiverNamespaceLister
	MongoDBArchiverListerExpansion
}

MongoDBArchiverLister helps list MongoDBArchivers. All objects returned here must be treated as read-only.

func NewMongoDBArchiverLister

func NewMongoDBArchiverLister(indexer cache.Indexer) MongoDBArchiverLister

NewMongoDBArchiverLister returns a new MongoDBArchiverLister.

type MongoDBArchiverListerExpansion

type MongoDBArchiverListerExpansion interface{}

MongoDBArchiverListerExpansion allows custom methods to be added to MongoDBArchiverLister.

type MongoDBArchiverNamespaceLister

type MongoDBArchiverNamespaceLister interface {
	// List lists all MongoDBArchivers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MongoDBArchiver, err error)
	// Get retrieves the MongoDBArchiver from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.MongoDBArchiver, error)
	MongoDBArchiverNamespaceListerExpansion
}

MongoDBArchiverNamespaceLister helps list and get MongoDBArchivers. All objects returned here must be treated as read-only.

type MongoDBArchiverNamespaceListerExpansion

type MongoDBArchiverNamespaceListerExpansion interface{}

MongoDBArchiverNamespaceListerExpansion allows custom methods to be added to MongoDBArchiverNamespaceLister.

type MySQLArchiverLister added in v0.40.0

type MySQLArchiverLister interface {
	// List lists all MySQLArchivers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MySQLArchiver, err error)
	// MySQLArchivers returns an object that can list and get MySQLArchivers.
	MySQLArchivers(namespace string) MySQLArchiverNamespaceLister
	MySQLArchiverListerExpansion
}

MySQLArchiverLister helps list MySQLArchivers. All objects returned here must be treated as read-only.

func NewMySQLArchiverLister added in v0.40.0

func NewMySQLArchiverLister(indexer cache.Indexer) MySQLArchiverLister

NewMySQLArchiverLister returns a new MySQLArchiverLister.

type MySQLArchiverListerExpansion added in v0.40.0

type MySQLArchiverListerExpansion interface{}

MySQLArchiverListerExpansion allows custom methods to be added to MySQLArchiverLister.

type MySQLArchiverNamespaceLister added in v0.40.0

type MySQLArchiverNamespaceLister interface {
	// List lists all MySQLArchivers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MySQLArchiver, err error)
	// Get retrieves the MySQLArchiver from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.MySQLArchiver, error)
	MySQLArchiverNamespaceListerExpansion
}

MySQLArchiverNamespaceLister helps list and get MySQLArchivers. All objects returned here must be treated as read-only.

type MySQLArchiverNamespaceListerExpansion added in v0.40.0

type MySQLArchiverNamespaceListerExpansion interface{}

MySQLArchiverNamespaceListerExpansion allows custom methods to be added to MySQLArchiverNamespaceLister.

type PostgresArchiverLister

type PostgresArchiverLister interface {
	// List lists all PostgresArchivers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.PostgresArchiver, err error)
	// PostgresArchivers returns an object that can list and get PostgresArchivers.
	PostgresArchivers(namespace string) PostgresArchiverNamespaceLister
	PostgresArchiverListerExpansion
}

PostgresArchiverLister helps list PostgresArchivers. All objects returned here must be treated as read-only.

func NewPostgresArchiverLister

func NewPostgresArchiverLister(indexer cache.Indexer) PostgresArchiverLister

NewPostgresArchiverLister returns a new PostgresArchiverLister.

type PostgresArchiverListerExpansion

type PostgresArchiverListerExpansion interface{}

PostgresArchiverListerExpansion allows custom methods to be added to PostgresArchiverLister.

type PostgresArchiverNamespaceLister

type PostgresArchiverNamespaceLister interface {
	// List lists all PostgresArchivers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.PostgresArchiver, err error)
	// Get retrieves the PostgresArchiver from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.PostgresArchiver, error)
	PostgresArchiverNamespaceListerExpansion
}

PostgresArchiverNamespaceLister helps list and get PostgresArchivers. All objects returned here must be treated as read-only.

type PostgresArchiverNamespaceListerExpansion

type PostgresArchiverNamespaceListerExpansion interface{}

PostgresArchiverNamespaceListerExpansion allows custom methods to be added to PostgresArchiverNamespaceLister.

Jump to

Keyboard shortcuts

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