v1

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 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 PostgresqlLister

type PostgresqlLister interface {
	// List lists all Postgresqls in the indexer.
	List(selector labels.Selector) (ret []*v1.Postgresql, err error)
	// Postgresqls returns an object that can list and get Postgresqls.
	Postgresqls(namespace string) PostgresqlNamespaceLister
	PostgresqlListerExpansion
}

PostgresqlLister helps list Postgresqls.

func NewPostgresqlLister

func NewPostgresqlLister(indexer cache.Indexer) PostgresqlLister

NewPostgresqlLister returns a new PostgresqlLister.

type PostgresqlListerExpansion

type PostgresqlListerExpansion interface{}

PostgresqlListerExpansion allows custom methods to be added to PostgresqlLister.

type PostgresqlNamespaceLister

type PostgresqlNamespaceLister interface {
	// List lists all Postgresqls in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.Postgresql, err error)
	// Get retrieves the Postgresql from the indexer for a given namespace and name.
	Get(name string) (*v1.Postgresql, error)
	PostgresqlNamespaceListerExpansion
}

PostgresqlNamespaceLister helps list and get Postgresqls.

type PostgresqlNamespaceListerExpansion

type PostgresqlNamespaceListerExpansion interface{}

PostgresqlNamespaceListerExpansion allows custom methods to be added to PostgresqlNamespaceLister.

Jump to

Keyboard shortcuts

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