Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtcdClusterLister ¶
type EtcdClusterLister interface { // List lists all EtcdClusters in the indexer. List(selector labels.Selector) (ret []*v1alpha1.EtcdCluster, err error) // EtcdClusters returns an object that can list and get EtcdClusters. EtcdClusters(namespace string) EtcdClusterNamespaceLister EtcdClusterListerExpansion }
EtcdClusterLister helps list EtcdClusters.
func NewEtcdClusterLister ¶
func NewEtcdClusterLister(indexer cache.Indexer) EtcdClusterLister
NewEtcdClusterLister returns a new EtcdClusterLister.
type EtcdClusterListerExpansion ¶
type EtcdClusterListerExpansion interface{}
EtcdClusterListerExpansion allows custom methods to be added to EtcdClusterLister.
type EtcdClusterNamespaceLister ¶
type EtcdClusterNamespaceLister interface { // List lists all EtcdClusters in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.EtcdCluster, err error) // Get retrieves the EtcdCluster from the indexer for a given namespace and name. Get(name string) (*v1alpha1.EtcdCluster, error) EtcdClusterNamespaceListerExpansion }
EtcdClusterNamespaceLister helps list and get EtcdClusters.
type EtcdClusterNamespaceListerExpansion ¶
type EtcdClusterNamespaceListerExpansion interface{}
EtcdClusterNamespaceListerExpansion allows custom methods to be added to EtcdClusterNamespaceLister.
Click to show internal directories.
Click to hide internal directories.