Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HciClusterLister ¶
type HciClusterLister interface { // List lists all HciClusters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.HciCluster, err error) // HciClusters returns an object that can list and get HciClusters. HciClusters(namespace string) HciClusterNamespaceLister HciClusterListerExpansion }
HciClusterLister helps list HciClusters. All objects returned here must be treated as read-only.
func NewHciClusterLister ¶
func NewHciClusterLister(indexer cache.Indexer) HciClusterLister
NewHciClusterLister returns a new HciClusterLister.
type HciClusterListerExpansion ¶
type HciClusterListerExpansion interface{}
HciClusterListerExpansion allows custom methods to be added to HciClusterLister.
type HciClusterNamespaceLister ¶
type HciClusterNamespaceLister interface { // List lists all HciClusters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.HciCluster, err error) // Get retrieves the HciCluster from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.HciCluster, error) HciClusterNamespaceListerExpansion }
HciClusterNamespaceLister helps list and get HciClusters. All objects returned here must be treated as read-only.
type HciClusterNamespaceListerExpansion ¶
type HciClusterNamespaceListerExpansion interface{}
HciClusterNamespaceListerExpansion allows custom methods to be added to HciClusterNamespaceLister.
Click to show internal directories.
Click to hide internal directories.