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