Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIResourceImportLister ¶
type APIResourceImportLister interface { // List lists all APIResourceImports in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.APIResourceImport, err error) // Get retrieves the APIResourceImport from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.APIResourceImport, error) APIResourceImportListerExpansion }
APIResourceImportLister helps list APIResourceImports. All objects returned here must be treated as read-only.
func NewAPIResourceImportLister ¶
func NewAPIResourceImportLister(indexer cache.Indexer) APIResourceImportLister
NewAPIResourceImportLister returns a new APIResourceImportLister.
type APIResourceImportListerExpansion ¶
type APIResourceImportListerExpansion interface{}
APIResourceImportListerExpansion allows custom methods to be added to APIResourceImportLister.
type NegotiatedAPIResourceLister ¶
type NegotiatedAPIResourceLister interface { // List lists all NegotiatedAPIResources in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NegotiatedAPIResource, err error) // Get retrieves the NegotiatedAPIResource from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NegotiatedAPIResource, error) NegotiatedAPIResourceListerExpansion }
NegotiatedAPIResourceLister helps list NegotiatedAPIResources. All objects returned here must be treated as read-only.
func NewNegotiatedAPIResourceLister ¶
func NewNegotiatedAPIResourceLister(indexer cache.Indexer) NegotiatedAPIResourceLister
NewNegotiatedAPIResourceLister returns a new NegotiatedAPIResourceLister.
type NegotiatedAPIResourceListerExpansion ¶
type NegotiatedAPIResourceListerExpansion interface{}
NegotiatedAPIResourceListerExpansion allows custom methods to be added to NegotiatedAPIResourceLister.
Click to show internal directories.
Click to hide internal directories.