v1alpha1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2018 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 TidbClusterLister

type TidbClusterLister interface {
	// List lists all TidbClusters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.TidbCluster, err error)
	// TidbClusters returns an object that can list and get TidbClusters.
	TidbClusters(namespace string) TidbClusterNamespaceLister
	TidbClusterListerExpansion
}

TidbClusterLister helps list TidbClusters.

func NewTidbClusterLister

func NewTidbClusterLister(indexer cache.Indexer) TidbClusterLister

NewTidbClusterLister returns a new TidbClusterLister.

type TidbClusterListerExpansion

type TidbClusterListerExpansion interface{}

TidbClusterListerExpansion allows custom methods to be added to TidbClusterLister.

type TidbClusterNamespaceLister

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

TidbClusterNamespaceLister helps list and get TidbClusters.

type TidbClusterNamespaceListerExpansion

type TidbClusterNamespaceListerExpansion interface{}

TidbClusterNamespaceListerExpansion allows custom methods to be added to TidbClusterNamespaceLister.

Jump to

Keyboard shortcuts

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