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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EtcdCluster, err error) // Get retrieves the EtcdCluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EtcdCluster, error) EtcdClusterNamespaceListerExpansion }
EtcdClusterNamespaceLister helps list and get EtcdClusters. All objects returned here must be treated as read-only.
type EtcdClusterNamespaceListerExpansion ¶
type EtcdClusterNamespaceListerExpansion interface{}
EtcdClusterNamespaceListerExpansion allows custom methods to be added to EtcdClusterNamespaceLister.
type EtcdInspectionLister ¶
type EtcdInspectionLister interface { // List lists all EtcdInspections in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EtcdInspection, err error) // EtcdInspections returns an object that can list and get EtcdInspections. EtcdInspections(namespace string) EtcdInspectionNamespaceLister EtcdInspectionListerExpansion }
EtcdInspectionLister helps list EtcdInspections. All objects returned here must be treated as read-only.
func NewEtcdInspectionLister ¶
func NewEtcdInspectionLister(indexer cache.Indexer) EtcdInspectionLister
NewEtcdInspectionLister returns a new EtcdInspectionLister.
type EtcdInspectionListerExpansion ¶
type EtcdInspectionListerExpansion interface{}
EtcdInspectionListerExpansion allows custom methods to be added to EtcdInspectionLister.
type EtcdInspectionNamespaceLister ¶
type EtcdInspectionNamespaceLister interface { // List lists all EtcdInspections in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EtcdInspection, err error) // Get retrieves the EtcdInspection from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EtcdInspection, error) EtcdInspectionNamespaceListerExpansion }
EtcdInspectionNamespaceLister helps list and get EtcdInspections. All objects returned here must be treated as read-only.
type EtcdInspectionNamespaceListerExpansion ¶
type EtcdInspectionNamespaceListerExpansion interface{}
EtcdInspectionNamespaceListerExpansion allows custom methods to be added to EtcdInspectionNamespaceLister.