v1alpha1

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: May 7, 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 CockroachDBLister

type CockroachDBLister interface {
	// List lists all CockroachDBs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.CockroachDB, err error)
	// CockroachDBs returns an object that can list and get CockroachDBs.
	CockroachDBs(namespace string) CockroachDBNamespaceLister
	CockroachDBListerExpansion
}

CockroachDBLister helps list CockroachDBs.

func NewCockroachDBLister

func NewCockroachDBLister(indexer cache.Indexer) CockroachDBLister

NewCockroachDBLister returns a new CockroachDBLister.

type CockroachDBListerExpansion

type CockroachDBListerExpansion interface{}

CockroachDBListerExpansion allows custom methods to be added to CockroachDBLister.

type CockroachDBNamespaceLister

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

CockroachDBNamespaceLister helps list and get CockroachDBs.

type CockroachDBNamespaceListerExpansion

type CockroachDBNamespaceListerExpansion interface{}

CockroachDBNamespaceListerExpansion allows custom methods to be added to CockroachDBNamespaceLister.

Jump to

Keyboard shortcuts

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