v1alpha2

package
v0.0.0-...-90959e9 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2019 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 InferenceServiceLister

type InferenceServiceLister interface {
	// List lists all InferenceServices in the indexer.
	List(selector labels.Selector) (ret []*v1alpha2.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 []*v1alpha2.InferenceService, err error)
	// Get retrieves the InferenceService from the indexer for a given namespace and name.
	Get(name string) (*v1alpha2.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