v1alpha1

package
v0.0.0-...-cc4f0fa Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostgresDBLister

type PostgresDBLister interface {
	// List lists all PostgresDBs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.PostgresDB, err error)
	// PostgresDBs returns an object that can list and get PostgresDBs.
	PostgresDBs(namespace string) PostgresDBNamespaceLister
	PostgresDBListerExpansion
}

PostgresDBLister helps list PostgresDBs.

func NewPostgresDBLister

func NewPostgresDBLister(indexer cache.Indexer) PostgresDBLister

NewPostgresDBLister returns a new PostgresDBLister.

type PostgresDBListerExpansion

type PostgresDBListerExpansion interface{}

PostgresDBListerExpansion allows custom methods to be added to PostgresDBLister.

type PostgresDBNamespaceLister

type PostgresDBNamespaceLister interface {
	// List lists all PostgresDBs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.PostgresDB, err error)
	// Get retrieves the PostgresDB from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.PostgresDB, error)
	PostgresDBNamespaceListerExpansion
}

PostgresDBNamespaceLister helps list and get PostgresDBs.

type PostgresDBNamespaceListerExpansion

type PostgresDBNamespaceListerExpansion interface{}

PostgresDBNamespaceListerExpansion allows custom methods to be added to PostgresDBNamespaceLister.

Jump to

Keyboard shortcuts

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