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.
Click to show internal directories.
Click to hide internal directories.