v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 DatabaseLogicalDatabaseLister

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

DatabaseLogicalDatabaseLister helps list DatabaseLogicalDatabases. All objects returned here must be treated as read-only.

func NewDatabaseLogicalDatabaseLister

func NewDatabaseLogicalDatabaseLister(indexer cache.Indexer) DatabaseLogicalDatabaseLister

NewDatabaseLogicalDatabaseLister returns a new DatabaseLogicalDatabaseLister.

type DatabaseLogicalDatabaseListerExpansion

type DatabaseLogicalDatabaseListerExpansion interface{}

DatabaseLogicalDatabaseListerExpansion allows custom methods to be added to DatabaseLogicalDatabaseLister.

type DatabaseLogicalDatabaseNamespaceLister

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

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

type DatabaseLogicalDatabaseNamespaceListerExpansion

type DatabaseLogicalDatabaseNamespaceListerExpansion interface{}

DatabaseLogicalDatabaseNamespaceListerExpansion allows custom methods to be added to DatabaseLogicalDatabaseNamespaceLister.

type DatabaseMysqlLister

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

DatabaseMysqlLister helps list DatabaseMysqls. All objects returned here must be treated as read-only.

func NewDatabaseMysqlLister

func NewDatabaseMysqlLister(indexer cache.Indexer) DatabaseMysqlLister

NewDatabaseMysqlLister returns a new DatabaseMysqlLister.

type DatabaseMysqlListerExpansion

type DatabaseMysqlListerExpansion interface{}

DatabaseMysqlListerExpansion allows custom methods to be added to DatabaseMysqlLister.

type DatabaseMysqlNamespaceLister

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

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

type DatabaseMysqlNamespaceListerExpansion

type DatabaseMysqlNamespaceListerExpansion interface{}

DatabaseMysqlNamespaceListerExpansion allows custom methods to be added to DatabaseMysqlNamespaceLister.

type DatabasePostgresqlLister

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

DatabasePostgresqlLister helps list DatabasePostgresqls. All objects returned here must be treated as read-only.

func NewDatabasePostgresqlLister

func NewDatabasePostgresqlLister(indexer cache.Indexer) DatabasePostgresqlLister

NewDatabasePostgresqlLister returns a new DatabasePostgresqlLister.

type DatabasePostgresqlListerExpansion

type DatabasePostgresqlListerExpansion interface{}

DatabasePostgresqlListerExpansion allows custom methods to be added to DatabasePostgresqlLister.

type DatabasePostgresqlNamespaceLister

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

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

type DatabasePostgresqlNamespaceListerExpansion

type DatabasePostgresqlNamespaceListerExpansion interface{}

DatabasePostgresqlNamespaceListerExpansion allows custom methods to be added to DatabasePostgresqlNamespaceLister.

type DatabaseUserLister

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

DatabaseUserLister helps list DatabaseUsers. All objects returned here must be treated as read-only.

func NewDatabaseUserLister

func NewDatabaseUserLister(indexer cache.Indexer) DatabaseUserLister

NewDatabaseUserLister returns a new DatabaseUserLister.

type DatabaseUserListerExpansion

type DatabaseUserListerExpansion interface{}

DatabaseUserListerExpansion allows custom methods to be added to DatabaseUserLister.

type DatabaseUserNamespaceLister

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

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

type DatabaseUserNamespaceListerExpansion

type DatabaseUserNamespaceListerExpansion interface{}

DatabaseUserNamespaceListerExpansion allows custom methods to be added to DatabaseUserNamespaceLister.

Jump to

Keyboard shortcuts

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