Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APILister ¶
type APILister interface { // List lists all APIs in the indexer. List(selector labels.Selector) (ret []*v1alpha1.API, err error) // Get retrieves the API from the index for a given name. Get(name string) (*v1alpha1.API, error) APIListerExpansion }
APILister helps list APIs.
func NewAPILister ¶
NewAPILister returns a new APILister.
type APIListerExpansion ¶
type APIListerExpansion interface{}
APIListerExpansion allows custom methods to be added to APILister.
Click to show internal directories.
Click to hide internal directories.