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