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