v1alpha1

package
v0.0.0-...-6005cdf Latest Latest
Warning

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

Go to latest
Published: Jan 28, 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 DatasetLister

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

DatasetLister helps list Datasets. All objects returned here must be treated as read-only.

func NewDatasetLister

func NewDatasetLister(indexer cache.Indexer) DatasetLister

NewDatasetLister returns a new DatasetLister.

type DatasetListerExpansion

type DatasetListerExpansion interface{}

DatasetListerExpansion allows custom methods to be added to DatasetLister.

type DatasetNamespaceLister

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

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

type DatasetNamespaceListerExpansion

type DatasetNamespaceListerExpansion interface{}

DatasetNamespaceListerExpansion allows custom methods to be added to DatasetNamespaceLister.

type FederatedLearningJobLister

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

FederatedLearningJobLister helps list FederatedLearningJobs. All objects returned here must be treated as read-only.

func NewFederatedLearningJobLister

func NewFederatedLearningJobLister(indexer cache.Indexer) FederatedLearningJobLister

NewFederatedLearningJobLister returns a new FederatedLearningJobLister.

type FederatedLearningJobListerExpansion

type FederatedLearningJobListerExpansion interface{}

FederatedLearningJobListerExpansion allows custom methods to be added to FederatedLearningJobLister.

type FederatedLearningJobNamespaceLister

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

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

type FederatedLearningJobNamespaceListerExpansion

type FederatedLearningJobNamespaceListerExpansion interface{}

FederatedLearningJobNamespaceListerExpansion allows custom methods to be added to FederatedLearningJobNamespaceLister.

type IncrementalLearningJobLister

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

IncrementalLearningJobLister helps list IncrementalLearningJobs. All objects returned here must be treated as read-only.

func NewIncrementalLearningJobLister

func NewIncrementalLearningJobLister(indexer cache.Indexer) IncrementalLearningJobLister

NewIncrementalLearningJobLister returns a new IncrementalLearningJobLister.

type IncrementalLearningJobListerExpansion

type IncrementalLearningJobListerExpansion interface{}

IncrementalLearningJobListerExpansion allows custom methods to be added to IncrementalLearningJobLister.

type IncrementalLearningJobNamespaceLister

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

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

type IncrementalLearningJobNamespaceListerExpansion

type IncrementalLearningJobNamespaceListerExpansion interface{}

IncrementalLearningJobNamespaceListerExpansion allows custom methods to be added to IncrementalLearningJobNamespaceLister.

type JointInferenceServiceLister

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

JointInferenceServiceLister helps list JointInferenceServices. All objects returned here must be treated as read-only.

func NewJointInferenceServiceLister

func NewJointInferenceServiceLister(indexer cache.Indexer) JointInferenceServiceLister

NewJointInferenceServiceLister returns a new JointInferenceServiceLister.

type JointInferenceServiceListerExpansion

type JointInferenceServiceListerExpansion interface{}

JointInferenceServiceListerExpansion allows custom methods to be added to JointInferenceServiceLister.

type JointInferenceServiceNamespaceLister

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

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

type JointInferenceServiceNamespaceListerExpansion

type JointInferenceServiceNamespaceListerExpansion interface{}

JointInferenceServiceNamespaceListerExpansion allows custom methods to be added to JointInferenceServiceNamespaceLister.

type ModelLister

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

ModelLister helps list Models. All objects returned here must be treated as read-only.

func NewModelLister

func NewModelLister(indexer cache.Indexer) ModelLister

NewModelLister returns a new ModelLister.

type ModelListerExpansion

type ModelListerExpansion interface{}

ModelListerExpansion allows custom methods to be added to ModelLister.

type ModelNamespaceLister

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

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

type ModelNamespaceListerExpansion

type ModelNamespaceListerExpansion interface{}

ModelNamespaceListerExpansion allows custom methods to be added to ModelNamespaceLister.

Jump to

Keyboard shortcuts

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