v1alpha1

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2024 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 ClusterServingRuntimeLister

type ClusterServingRuntimeLister interface {
	// List lists all ClusterServingRuntimes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterServingRuntime, err error)
	// ClusterServingRuntimes returns an object that can list and get ClusterServingRuntimes.
	ClusterServingRuntimes(namespace string) ClusterServingRuntimeNamespaceLister
	ClusterServingRuntimeListerExpansion
}

ClusterServingRuntimeLister helps list ClusterServingRuntimes. All objects returned here must be treated as read-only.

func NewClusterServingRuntimeLister

func NewClusterServingRuntimeLister(indexer cache.Indexer) ClusterServingRuntimeLister

NewClusterServingRuntimeLister returns a new ClusterServingRuntimeLister.

type ClusterServingRuntimeListerExpansion

type ClusterServingRuntimeListerExpansion interface{}

ClusterServingRuntimeListerExpansion allows custom methods to be added to ClusterServingRuntimeLister.

type ClusterServingRuntimeNamespaceLister

type ClusterServingRuntimeNamespaceLister interface {
	// List lists all ClusterServingRuntimes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterServingRuntime, err error)
	// Get retrieves the ClusterServingRuntime from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ClusterServingRuntime, error)
	ClusterServingRuntimeNamespaceListerExpansion
}

ClusterServingRuntimeNamespaceLister helps list and get ClusterServingRuntimes. All objects returned here must be treated as read-only.

type ClusterServingRuntimeNamespaceListerExpansion

type ClusterServingRuntimeNamespaceListerExpansion interface{}

ClusterServingRuntimeNamespaceListerExpansion allows custom methods to be added to ClusterServingRuntimeNamespaceLister.

type ClusterStorageContainerLister added in v0.12.0

type ClusterStorageContainerLister interface {
	// List lists all ClusterStorageContainers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterStorageContainer, err error)
	// ClusterStorageContainers returns an object that can list and get ClusterStorageContainers.
	ClusterStorageContainers(namespace string) ClusterStorageContainerNamespaceLister
	ClusterStorageContainerListerExpansion
}

ClusterStorageContainerLister helps list ClusterStorageContainers. All objects returned here must be treated as read-only.

func NewClusterStorageContainerLister added in v0.12.0

func NewClusterStorageContainerLister(indexer cache.Indexer) ClusterStorageContainerLister

NewClusterStorageContainerLister returns a new ClusterStorageContainerLister.

type ClusterStorageContainerListerExpansion added in v0.12.0

type ClusterStorageContainerListerExpansion interface{}

ClusterStorageContainerListerExpansion allows custom methods to be added to ClusterStorageContainerLister.

type ClusterStorageContainerNamespaceLister added in v0.12.0

type ClusterStorageContainerNamespaceLister interface {
	// List lists all ClusterStorageContainers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClusterStorageContainer, err error)
	// Get retrieves the ClusterStorageContainer from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ClusterStorageContainer, error)
	ClusterStorageContainerNamespaceListerExpansion
}

ClusterStorageContainerNamespaceLister helps list and get ClusterStorageContainers. All objects returned here must be treated as read-only.

type ClusterStorageContainerNamespaceListerExpansion added in v0.12.0

type ClusterStorageContainerNamespaceListerExpansion interface{}

ClusterStorageContainerNamespaceListerExpansion allows custom methods to be added to ClusterStorageContainerNamespaceLister.

type InferenceGraphLister

type InferenceGraphLister interface {
	// List lists all InferenceGraphs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.InferenceGraph, err error)
	// InferenceGraphs returns an object that can list and get InferenceGraphs.
	InferenceGraphs(namespace string) InferenceGraphNamespaceLister
	InferenceGraphListerExpansion
}

InferenceGraphLister helps list InferenceGraphs. All objects returned here must be treated as read-only.

func NewInferenceGraphLister

func NewInferenceGraphLister(indexer cache.Indexer) InferenceGraphLister

NewInferenceGraphLister returns a new InferenceGraphLister.

type InferenceGraphListerExpansion

type InferenceGraphListerExpansion interface{}

InferenceGraphListerExpansion allows custom methods to be added to InferenceGraphLister.

type InferenceGraphNamespaceLister

type InferenceGraphNamespaceLister interface {
	// List lists all InferenceGraphs in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.InferenceGraph, err error)
	// Get retrieves the InferenceGraph from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.InferenceGraph, error)
	InferenceGraphNamespaceListerExpansion
}

InferenceGraphNamespaceLister helps list and get InferenceGraphs. All objects returned here must be treated as read-only.

type InferenceGraphNamespaceListerExpansion

type InferenceGraphNamespaceListerExpansion interface{}

InferenceGraphNamespaceListerExpansion allows custom methods to be added to InferenceGraphNamespaceLister.

type ServingRuntimeLister

type ServingRuntimeLister interface {
	// List lists all ServingRuntimes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ServingRuntime, err error)
	// ServingRuntimes returns an object that can list and get ServingRuntimes.
	ServingRuntimes(namespace string) ServingRuntimeNamespaceLister
	ServingRuntimeListerExpansion
}

ServingRuntimeLister helps list ServingRuntimes. All objects returned here must be treated as read-only.

func NewServingRuntimeLister

func NewServingRuntimeLister(indexer cache.Indexer) ServingRuntimeLister

NewServingRuntimeLister returns a new ServingRuntimeLister.

type ServingRuntimeListerExpansion

type ServingRuntimeListerExpansion interface{}

ServingRuntimeListerExpansion allows custom methods to be added to ServingRuntimeLister.

type ServingRuntimeNamespaceLister

type ServingRuntimeNamespaceLister interface {
	// List lists all ServingRuntimes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ServingRuntime, err error)
	// Get retrieves the ServingRuntime from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ServingRuntime, error)
	ServingRuntimeNamespaceListerExpansion
}

ServingRuntimeNamespaceLister helps list and get ServingRuntimes. All objects returned here must be treated as read-only.

type ServingRuntimeNamespaceListerExpansion

type ServingRuntimeNamespaceListerExpansion interface{}

ServingRuntimeNamespaceListerExpansion allows custom methods to be added to ServingRuntimeNamespaceLister.

type TrainedModelLister

type TrainedModelLister interface {
	// List lists all TrainedModels in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TrainedModel, err error)
	// TrainedModels returns an object that can list and get TrainedModels.
	TrainedModels(namespace string) TrainedModelNamespaceLister
	TrainedModelListerExpansion
}

TrainedModelLister helps list TrainedModels. All objects returned here must be treated as read-only.

func NewTrainedModelLister

func NewTrainedModelLister(indexer cache.Indexer) TrainedModelLister

NewTrainedModelLister returns a new TrainedModelLister.

type TrainedModelListerExpansion

type TrainedModelListerExpansion interface{}

TrainedModelListerExpansion allows custom methods to be added to TrainedModelLister.

type TrainedModelNamespaceLister

type TrainedModelNamespaceLister interface {
	// List lists all TrainedModels in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TrainedModel, err error)
	// Get retrieves the TrainedModel from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TrainedModel, error)
	TrainedModelNamespaceListerExpansion
}

TrainedModelNamespaceLister helps list and get TrainedModels. All objects returned here must be treated as read-only.

type TrainedModelNamespaceListerExpansion

type TrainedModelNamespaceListerExpansion interface{}

TrainedModelNamespaceListerExpansion allows custom methods to be added to TrainedModelNamespaceLister.

Jump to

Keyboard shortcuts

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