v1alpha1

package
v0.0.0-...-67dfe03 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2023 License: Apache-2.0 Imports: 4 Imported by: 1

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 FeatureExtractionServiceLister

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

FeatureExtractionServiceLister helps list FeatureExtractionServices. All objects returned here must be treated as read-only.

func NewFeatureExtractionServiceLister

func NewFeatureExtractionServiceLister(indexer cache.Indexer) FeatureExtractionServiceLister

NewFeatureExtractionServiceLister returns a new FeatureExtractionServiceLister.

type FeatureExtractionServiceListerExpansion

type FeatureExtractionServiceListerExpansion interface{}

FeatureExtractionServiceListerExpansion allows custom methods to be added to FeatureExtractionServiceLister.

type FeatureExtractionServiceNamespaceLister

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

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

type FeatureExtractionServiceNamespaceListerExpansion

type FeatureExtractionServiceNamespaceListerExpansion interface{}

FeatureExtractionServiceNamespaceListerExpansion allows custom methods to be added to FeatureExtractionServiceNamespaceLister.

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 JointMultiEdgeServiceLister

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

JointMultiEdgeServiceLister helps list JointMultiEdgeServices. All objects returned here must be treated as read-only.

func NewJointMultiEdgeServiceLister

func NewJointMultiEdgeServiceLister(indexer cache.Indexer) JointMultiEdgeServiceLister

NewJointMultiEdgeServiceLister returns a new JointMultiEdgeServiceLister.

type JointMultiEdgeServiceListerExpansion

type JointMultiEdgeServiceListerExpansion interface{}

JointMultiEdgeServiceListerExpansion allows custom methods to be added to JointMultiEdgeServiceLister.

type JointMultiEdgeServiceNamespaceLister

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

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

type JointMultiEdgeServiceNamespaceListerExpansion

type JointMultiEdgeServiceNamespaceListerExpansion interface{}

JointMultiEdgeServiceNamespaceListerExpansion allows custom methods to be added to JointMultiEdgeServiceNamespaceLister.

type LifelongLearningJobLister

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

LifelongLearningJobLister helps list LifelongLearningJobs. All objects returned here must be treated as read-only.

func NewLifelongLearningJobLister

func NewLifelongLearningJobLister(indexer cache.Indexer) LifelongLearningJobLister

NewLifelongLearningJobLister returns a new LifelongLearningJobLister.

type LifelongLearningJobListerExpansion

type LifelongLearningJobListerExpansion interface{}

LifelongLearningJobListerExpansion allows custom methods to be added to LifelongLearningJobLister.

type LifelongLearningJobNamespaceLister

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

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

type LifelongLearningJobNamespaceListerExpansion

type LifelongLearningJobNamespaceListerExpansion interface{}

LifelongLearningJobNamespaceListerExpansion allows custom methods to be added to LifelongLearningJobNamespaceLister.

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.

type ObjectSearchServiceLister

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

ObjectSearchServiceLister helps list ObjectSearchServices. All objects returned here must be treated as read-only.

func NewObjectSearchServiceLister

func NewObjectSearchServiceLister(indexer cache.Indexer) ObjectSearchServiceLister

NewObjectSearchServiceLister returns a new ObjectSearchServiceLister.

type ObjectSearchServiceListerExpansion

type ObjectSearchServiceListerExpansion interface{}

ObjectSearchServiceListerExpansion allows custom methods to be added to ObjectSearchServiceLister.

type ObjectSearchServiceNamespaceLister

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

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

type ObjectSearchServiceNamespaceListerExpansion

type ObjectSearchServiceNamespaceListerExpansion interface{}

ObjectSearchServiceNamespaceListerExpansion allows custom methods to be added to ObjectSearchServiceNamespaceLister.

type ObjectTrackingServiceLister

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

ObjectTrackingServiceLister helps list ObjectTrackingServices. All objects returned here must be treated as read-only.

func NewObjectTrackingServiceLister

func NewObjectTrackingServiceLister(indexer cache.Indexer) ObjectTrackingServiceLister

NewObjectTrackingServiceLister returns a new ObjectTrackingServiceLister.

type ObjectTrackingServiceListerExpansion

type ObjectTrackingServiceListerExpansion interface{}

ObjectTrackingServiceListerExpansion allows custom methods to be added to ObjectTrackingServiceLister.

type ObjectTrackingServiceNamespaceLister

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

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

type ObjectTrackingServiceNamespaceListerExpansion

type ObjectTrackingServiceNamespaceListerExpansion interface{}

ObjectTrackingServiceNamespaceListerExpansion allows custom methods to be added to ObjectTrackingServiceNamespaceLister.

type ReidJobLister

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

ReidJobLister helps list ReidJobs. All objects returned here must be treated as read-only.

func NewReidJobLister

func NewReidJobLister(indexer cache.Indexer) ReidJobLister

NewReidJobLister returns a new ReidJobLister.

type ReidJobListerExpansion

type ReidJobListerExpansion interface{}

ReidJobListerExpansion allows custom methods to be added to ReidJobLister.

type ReidJobNamespaceLister

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

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

type ReidJobNamespaceListerExpansion

type ReidJobNamespaceListerExpansion interface{}

ReidJobNamespaceListerExpansion allows custom methods to be added to ReidJobNamespaceLister.

type VideoAnalyticsJobLister

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

VideoAnalyticsJobLister helps list VideoAnalyticsJobs. All objects returned here must be treated as read-only.

func NewVideoAnalyticsJobLister

func NewVideoAnalyticsJobLister(indexer cache.Indexer) VideoAnalyticsJobLister

NewVideoAnalyticsJobLister returns a new VideoAnalyticsJobLister.

type VideoAnalyticsJobListerExpansion

type VideoAnalyticsJobListerExpansion interface{}

VideoAnalyticsJobListerExpansion allows custom methods to be added to VideoAnalyticsJobLister.

type VideoAnalyticsJobNamespaceLister

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

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

type VideoAnalyticsJobNamespaceListerExpansion

type VideoAnalyticsJobNamespaceListerExpansion interface{}

VideoAnalyticsJobNamespaceListerExpansion allows custom methods to be added to VideoAnalyticsJobNamespaceLister.

Jump to

Keyboard shortcuts

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