Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InferenceRouterListerExpansion ¶
type InferenceRouterListerExpansion interface{}
InferenceRouterListerExpansion allows custom methods to be added to InferenceRouterLister.
type InferenceRouterNamespaceListerExpansion ¶
type InferenceRouterNamespaceListerExpansion interface{}
InferenceRouterNamespaceListerExpansion allows custom methods to be added to InferenceRouterNamespaceLister.
type InferenceServiceLister ¶
type InferenceServiceLister interface { // List lists all InferenceServices in the indexer. List(selector labels.Selector) (ret []*v1beta1.InferenceService, err error) // InferenceServices returns an object that can list and get InferenceServices. InferenceServices(namespace string) InferenceServiceNamespaceLister InferenceServiceListerExpansion }
InferenceServiceLister helps list InferenceServices.
func NewInferenceServiceLister ¶
func NewInferenceServiceLister(indexer cache.Indexer) InferenceServiceLister
NewInferenceServiceLister returns a new InferenceServiceLister.
type InferenceServiceListerExpansion ¶
type InferenceServiceListerExpansion interface{}
InferenceServiceListerExpansion allows custom methods to be added to InferenceServiceLister.
type InferenceServiceNamespaceLister ¶
type InferenceServiceNamespaceLister interface { // List lists all InferenceServices in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1beta1.InferenceService, err error) // Get retrieves the InferenceService from the indexer for a given namespace and name. Get(name string) (*v1beta1.InferenceService, error) InferenceServiceNamespaceListerExpansion }
InferenceServiceNamespaceLister helps list and get InferenceServices.
type InferenceServiceNamespaceListerExpansion ¶
type InferenceServiceNamespaceListerExpansion interface{}
InferenceServiceNamespaceListerExpansion allows custom methods to be added to InferenceServiceNamespaceLister.
Click to show internal directories.
Click to hide internal directories.