v1beta1

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL