v1alpha1

package
v0.33.1 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2023 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 MariaDBDatabaseLister

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

MariaDBDatabaseLister helps list MariaDBDatabases. All objects returned here must be treated as read-only.

func NewMariaDBDatabaseLister

func NewMariaDBDatabaseLister(indexer cache.Indexer) MariaDBDatabaseLister

NewMariaDBDatabaseLister returns a new MariaDBDatabaseLister.

type MariaDBDatabaseListerExpansion

type MariaDBDatabaseListerExpansion interface{}

MariaDBDatabaseListerExpansion allows custom methods to be added to MariaDBDatabaseLister.

type MariaDBDatabaseNamespaceLister

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

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

type MariaDBDatabaseNamespaceListerExpansion

type MariaDBDatabaseNamespaceListerExpansion interface{}

MariaDBDatabaseNamespaceListerExpansion allows custom methods to be added to MariaDBDatabaseNamespaceLister.

type MongoDBDatabaseLister

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

MongoDBDatabaseLister helps list MongoDBDatabases. All objects returned here must be treated as read-only.

func NewMongoDBDatabaseLister

func NewMongoDBDatabaseLister(indexer cache.Indexer) MongoDBDatabaseLister

NewMongoDBDatabaseLister returns a new MongoDBDatabaseLister.

type MongoDBDatabaseListerExpansion

type MongoDBDatabaseListerExpansion interface{}

MongoDBDatabaseListerExpansion allows custom methods to be added to MongoDBDatabaseLister.

type MongoDBDatabaseNamespaceLister

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

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

type MongoDBDatabaseNamespaceListerExpansion

type MongoDBDatabaseNamespaceListerExpansion interface{}

MongoDBDatabaseNamespaceListerExpansion allows custom methods to be added to MongoDBDatabaseNamespaceLister.

type MySQLDatabaseLister

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

MySQLDatabaseLister helps list MySQLDatabases. All objects returned here must be treated as read-only.

func NewMySQLDatabaseLister

func NewMySQLDatabaseLister(indexer cache.Indexer) MySQLDatabaseLister

NewMySQLDatabaseLister returns a new MySQLDatabaseLister.

type MySQLDatabaseListerExpansion

type MySQLDatabaseListerExpansion interface{}

MySQLDatabaseListerExpansion allows custom methods to be added to MySQLDatabaseLister.

type MySQLDatabaseNamespaceLister

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

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

type MySQLDatabaseNamespaceListerExpansion

type MySQLDatabaseNamespaceListerExpansion interface{}

MySQLDatabaseNamespaceListerExpansion allows custom methods to be added to MySQLDatabaseNamespaceLister.

type PostgresDatabaseLister

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

PostgresDatabaseLister helps list PostgresDatabases. All objects returned here must be treated as read-only.

func NewPostgresDatabaseLister

func NewPostgresDatabaseLister(indexer cache.Indexer) PostgresDatabaseLister

NewPostgresDatabaseLister returns a new PostgresDatabaseLister.

type PostgresDatabaseListerExpansion

type PostgresDatabaseListerExpansion interface{}

PostgresDatabaseListerExpansion allows custom methods to be added to PostgresDatabaseLister.

type PostgresDatabaseNamespaceLister

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

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

type PostgresDatabaseNamespaceListerExpansion

type PostgresDatabaseNamespaceListerExpansion interface{}

PostgresDatabaseNamespaceListerExpansion allows custom methods to be added to PostgresDatabaseNamespaceLister.

Jump to

Keyboard shortcuts

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