v1alpha1

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2019 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 YBClusterLister

type YBClusterLister interface {
	// List lists all YBClusters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.YBCluster, err error)
	// YBClusters returns an object that can list and get YBClusters.
	YBClusters(namespace string) YBClusterNamespaceLister
	YBClusterListerExpansion
}

YBClusterLister helps list YBClusters.

func NewYBClusterLister

func NewYBClusterLister(indexer cache.Indexer) YBClusterLister

NewYBClusterLister returns a new YBClusterLister.

type YBClusterListerExpansion

type YBClusterListerExpansion interface{}

YBClusterListerExpansion allows custom methods to be added to YBClusterLister.

type YBClusterNamespaceLister

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

YBClusterNamespaceLister helps list and get YBClusters.

type YBClusterNamespaceListerExpansion

type YBClusterNamespaceListerExpansion interface{}

YBClusterNamespaceListerExpansion allows custom methods to be added to YBClusterNamespaceLister.

Jump to

Keyboard shortcuts

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