v1alpha1

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DatasetExpansion

type DatasetExpansion interface{}

type DatasetInterface

type DatasetInterface interface {
	Create(ctx context.Context, dataset *v1alpha1.Dataset, opts v1.CreateOptions) (*v1alpha1.Dataset, error)
	Update(ctx context.Context, dataset *v1alpha1.Dataset, opts v1.UpdateOptions) (*v1alpha1.Dataset, error)
	UpdateStatus(ctx context.Context, dataset *v1alpha1.Dataset, opts v1.UpdateOptions) (*v1alpha1.Dataset, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Dataset, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DatasetList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Dataset, err error)
	DatasetExpansion
}

DatasetInterface has methods to work with Dataset resources.

type DatasetsGetter

type DatasetsGetter interface {
	Datasets(namespace string) DatasetInterface
}

DatasetsGetter has a method to return a DatasetInterface. A group's client should implement this interface.

type FeatureExtractionServiceExpansion added in v0.5.0

type FeatureExtractionServiceExpansion interface{}

type FeatureExtractionServiceInterface added in v0.5.0

type FeatureExtractionServiceInterface interface {
	Create(ctx context.Context, featureExtractionService *v1alpha1.FeatureExtractionService, opts v1.CreateOptions) (*v1alpha1.FeatureExtractionService, error)
	Update(ctx context.Context, featureExtractionService *v1alpha1.FeatureExtractionService, opts v1.UpdateOptions) (*v1alpha1.FeatureExtractionService, error)
	UpdateStatus(ctx context.Context, featureExtractionService *v1alpha1.FeatureExtractionService, opts v1.UpdateOptions) (*v1alpha1.FeatureExtractionService, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FeatureExtractionService, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FeatureExtractionServiceList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FeatureExtractionService, err error)
	FeatureExtractionServiceExpansion
}

FeatureExtractionServiceInterface has methods to work with FeatureExtractionService resources.

type FeatureExtractionServicesGetter added in v0.5.0

type FeatureExtractionServicesGetter interface {
	FeatureExtractionServices(namespace string) FeatureExtractionServiceInterface
}

FeatureExtractionServicesGetter has a method to return a FeatureExtractionServiceInterface. A group's client should implement this interface.

type FederatedLearningJobExpansion

type FederatedLearningJobExpansion interface{}

type FederatedLearningJobInterface

type FederatedLearningJobInterface interface {
	Create(ctx context.Context, federatedLearningJob *v1alpha1.FederatedLearningJob, opts v1.CreateOptions) (*v1alpha1.FederatedLearningJob, error)
	Update(ctx context.Context, federatedLearningJob *v1alpha1.FederatedLearningJob, opts v1.UpdateOptions) (*v1alpha1.FederatedLearningJob, error)
	UpdateStatus(ctx context.Context, federatedLearningJob *v1alpha1.FederatedLearningJob, opts v1.UpdateOptions) (*v1alpha1.FederatedLearningJob, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.FederatedLearningJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FederatedLearningJobList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FederatedLearningJob, err error)
	FederatedLearningJobExpansion
}

FederatedLearningJobInterface has methods to work with FederatedLearningJob resources.

type FederatedLearningJobsGetter

type FederatedLearningJobsGetter interface {
	FederatedLearningJobs(namespace string) FederatedLearningJobInterface
}

FederatedLearningJobsGetter has a method to return a FederatedLearningJobInterface. A group's client should implement this interface.

type IncrementalLearningJobExpansion

type IncrementalLearningJobExpansion interface{}

type IncrementalLearningJobInterface

type IncrementalLearningJobInterface interface {
	Create(ctx context.Context, incrementalLearningJob *v1alpha1.IncrementalLearningJob, opts v1.CreateOptions) (*v1alpha1.IncrementalLearningJob, error)
	Update(ctx context.Context, incrementalLearningJob *v1alpha1.IncrementalLearningJob, opts v1.UpdateOptions) (*v1alpha1.IncrementalLearningJob, error)
	UpdateStatus(ctx context.Context, incrementalLearningJob *v1alpha1.IncrementalLearningJob, opts v1.UpdateOptions) (*v1alpha1.IncrementalLearningJob, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.IncrementalLearningJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IncrementalLearningJobList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IncrementalLearningJob, err error)
	IncrementalLearningJobExpansion
}

IncrementalLearningJobInterface has methods to work with IncrementalLearningJob resources.

type IncrementalLearningJobsGetter

type IncrementalLearningJobsGetter interface {
	IncrementalLearningJobs(namespace string) IncrementalLearningJobInterface
}

IncrementalLearningJobsGetter has a method to return a IncrementalLearningJobInterface. A group's client should implement this interface.

type JointInferenceServiceExpansion

type JointInferenceServiceExpansion interface{}

type JointInferenceServiceInterface

type JointInferenceServiceInterface interface {
	Create(ctx context.Context, jointInferenceService *v1alpha1.JointInferenceService, opts v1.CreateOptions) (*v1alpha1.JointInferenceService, error)
	Update(ctx context.Context, jointInferenceService *v1alpha1.JointInferenceService, opts v1.UpdateOptions) (*v1alpha1.JointInferenceService, error)
	UpdateStatus(ctx context.Context, jointInferenceService *v1alpha1.JointInferenceService, opts v1.UpdateOptions) (*v1alpha1.JointInferenceService, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.JointInferenceService, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.JointInferenceServiceList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.JointInferenceService, err error)
	JointInferenceServiceExpansion
}

JointInferenceServiceInterface has methods to work with JointInferenceService resources.

type JointInferenceServicesGetter

type JointInferenceServicesGetter interface {
	JointInferenceServices(namespace string) JointInferenceServiceInterface
}

JointInferenceServicesGetter has a method to return a JointInferenceServiceInterface. A group's client should implement this interface.

type LifelongLearningJobExpansion added in v0.3.0

type LifelongLearningJobExpansion interface{}

type LifelongLearningJobInterface added in v0.3.0

type LifelongLearningJobInterface interface {
	Create(ctx context.Context, lifelongLearningJob *v1alpha1.LifelongLearningJob, opts v1.CreateOptions) (*v1alpha1.LifelongLearningJob, error)
	Update(ctx context.Context, lifelongLearningJob *v1alpha1.LifelongLearningJob, opts v1.UpdateOptions) (*v1alpha1.LifelongLearningJob, error)
	UpdateStatus(ctx context.Context, lifelongLearningJob *v1alpha1.LifelongLearningJob, opts v1.UpdateOptions) (*v1alpha1.LifelongLearningJob, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.LifelongLearningJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.LifelongLearningJobList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LifelongLearningJob, err error)
	LifelongLearningJobExpansion
}

LifelongLearningJobInterface has methods to work with LifelongLearningJob resources.

type LifelongLearningJobsGetter added in v0.3.0

type LifelongLearningJobsGetter interface {
	LifelongLearningJobs(namespace string) LifelongLearningJobInterface
}

LifelongLearningJobsGetter has a method to return a LifelongLearningJobInterface. A group's client should implement this interface.

type ModelExpansion

type ModelExpansion interface{}

type ModelInterface

type ModelInterface interface {
	Create(ctx context.Context, model *v1alpha1.Model, opts v1.CreateOptions) (*v1alpha1.Model, error)
	Update(ctx context.Context, model *v1alpha1.Model, opts v1.UpdateOptions) (*v1alpha1.Model, error)
	UpdateStatus(ctx context.Context, model *v1alpha1.Model, opts v1.UpdateOptions) (*v1alpha1.Model, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Model, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ModelList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Model, err error)
	ModelExpansion
}

ModelInterface has methods to work with Model resources.

type ModelsGetter

type ModelsGetter interface {
	Models(namespace string) ModelInterface
}

ModelsGetter has a method to return a ModelInterface. A group's client should implement this interface.

type ObjectSearchServiceExpansion added in v0.4.0

type ObjectSearchServiceExpansion interface{}

type ObjectSearchServiceInterface added in v0.4.0

type ObjectSearchServiceInterface interface {
	Create(ctx context.Context, objectSearchService *v1alpha1.ObjectSearchService, opts v1.CreateOptions) (*v1alpha1.ObjectSearchService, error)
	Update(ctx context.Context, objectSearchService *v1alpha1.ObjectSearchService, opts v1.UpdateOptions) (*v1alpha1.ObjectSearchService, error)
	UpdateStatus(ctx context.Context, objectSearchService *v1alpha1.ObjectSearchService, opts v1.UpdateOptions) (*v1alpha1.ObjectSearchService, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ObjectSearchService, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ObjectSearchServiceList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ObjectSearchService, err error)
	ObjectSearchServiceExpansion
}

ObjectSearchServiceInterface has methods to work with ObjectSearchService resources.

type ObjectSearchServicesGetter added in v0.4.0

type ObjectSearchServicesGetter interface {
	ObjectSearchServices(namespace string) ObjectSearchServiceInterface
}

ObjectSearchServicesGetter has a method to return a ObjectSearchServiceInterface. A group's client should implement this interface.

type ObjectTrackingServiceExpansion added in v0.4.0

type ObjectTrackingServiceExpansion interface{}

type ObjectTrackingServiceInterface added in v0.4.0

type ObjectTrackingServiceInterface interface {
	Create(ctx context.Context, objectTrackingService *v1alpha1.ObjectTrackingService, opts v1.CreateOptions) (*v1alpha1.ObjectTrackingService, error)
	Update(ctx context.Context, objectTrackingService *v1alpha1.ObjectTrackingService, opts v1.UpdateOptions) (*v1alpha1.ObjectTrackingService, error)
	UpdateStatus(ctx context.Context, objectTrackingService *v1alpha1.ObjectTrackingService, opts v1.UpdateOptions) (*v1alpha1.ObjectTrackingService, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ObjectTrackingService, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ObjectTrackingServiceList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ObjectTrackingService, err error)
	ObjectTrackingServiceExpansion
}

ObjectTrackingServiceInterface has methods to work with ObjectTrackingService resources.

type ObjectTrackingServicesGetter added in v0.4.0

type ObjectTrackingServicesGetter interface {
	ObjectTrackingServices(namespace string) ObjectTrackingServiceInterface
}

ObjectTrackingServicesGetter has a method to return a ObjectTrackingServiceInterface. A group's client should implement this interface.

type ReidJobExpansion added in v0.5.0

type ReidJobExpansion interface{}

type ReidJobInterface added in v0.5.0

type ReidJobInterface interface {
	Create(ctx context.Context, reidJob *v1alpha1.ReidJob, opts v1.CreateOptions) (*v1alpha1.ReidJob, error)
	Update(ctx context.Context, reidJob *v1alpha1.ReidJob, opts v1.UpdateOptions) (*v1alpha1.ReidJob, error)
	UpdateStatus(ctx context.Context, reidJob *v1alpha1.ReidJob, opts v1.UpdateOptions) (*v1alpha1.ReidJob, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ReidJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ReidJobList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ReidJob, err error)
	ReidJobExpansion
}

ReidJobInterface has methods to work with ReidJob resources.

type ReidJobsGetter added in v0.5.0

type ReidJobsGetter interface {
	ReidJobs(namespace string) ReidJobInterface
}

ReidJobsGetter has a method to return a ReidJobInterface. A group's client should implement this interface.

type SednaV1alpha1Client

type SednaV1alpha1Client struct {
	// contains filtered or unexported fields
}

SednaV1alpha1Client is used to interact with features provided by the sedna.io group.

func New

New creates a new SednaV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*SednaV1alpha1Client, error)

NewForConfig creates a new SednaV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SednaV1alpha1Client

NewForConfigOrDie creates a new SednaV1alpha1Client for the given config and panics if there is an error in the config.

func (*SednaV1alpha1Client) Datasets

func (c *SednaV1alpha1Client) Datasets(namespace string) DatasetInterface

func (*SednaV1alpha1Client) FeatureExtractionServices added in v0.5.0

func (c *SednaV1alpha1Client) FeatureExtractionServices(namespace string) FeatureExtractionServiceInterface

func (*SednaV1alpha1Client) FederatedLearningJobs

func (c *SednaV1alpha1Client) FederatedLearningJobs(namespace string) FederatedLearningJobInterface

func (*SednaV1alpha1Client) IncrementalLearningJobs

func (c *SednaV1alpha1Client) IncrementalLearningJobs(namespace string) IncrementalLearningJobInterface

func (*SednaV1alpha1Client) JointInferenceServices

func (c *SednaV1alpha1Client) JointInferenceServices(namespace string) JointInferenceServiceInterface

func (*SednaV1alpha1Client) LifelongLearningJobs added in v0.3.0

func (c *SednaV1alpha1Client) LifelongLearningJobs(namespace string) LifelongLearningJobInterface

func (*SednaV1alpha1Client) Models

func (c *SednaV1alpha1Client) Models(namespace string) ModelInterface

func (*SednaV1alpha1Client) ObjectSearchServices added in v0.4.0

func (c *SednaV1alpha1Client) ObjectSearchServices(namespace string) ObjectSearchServiceInterface

func (*SednaV1alpha1Client) ObjectTrackingServices added in v0.4.0

func (c *SednaV1alpha1Client) ObjectTrackingServices(namespace string) ObjectTrackingServiceInterface

func (*SednaV1alpha1Client) RESTClient

func (c *SednaV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*SednaV1alpha1Client) ReidJobs added in v0.5.0

func (c *SednaV1alpha1Client) ReidJobs(namespace string) ReidJobInterface

func (*SednaV1alpha1Client) VideoAnalyticsJobs added in v0.5.0

func (c *SednaV1alpha1Client) VideoAnalyticsJobs(namespace string) VideoAnalyticsJobInterface

type VideoAnalyticsJobExpansion added in v0.5.0

type VideoAnalyticsJobExpansion interface{}

type VideoAnalyticsJobInterface added in v0.5.0

type VideoAnalyticsJobInterface interface {
	Create(ctx context.Context, videoAnalyticsJob *v1alpha1.VideoAnalyticsJob, opts v1.CreateOptions) (*v1alpha1.VideoAnalyticsJob, error)
	Update(ctx context.Context, videoAnalyticsJob *v1alpha1.VideoAnalyticsJob, opts v1.UpdateOptions) (*v1alpha1.VideoAnalyticsJob, error)
	UpdateStatus(ctx context.Context, videoAnalyticsJob *v1alpha1.VideoAnalyticsJob, opts v1.UpdateOptions) (*v1alpha1.VideoAnalyticsJob, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.VideoAnalyticsJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VideoAnalyticsJobList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.VideoAnalyticsJob, err error)
	VideoAnalyticsJobExpansion
}

VideoAnalyticsJobInterface has methods to work with VideoAnalyticsJob resources.

type VideoAnalyticsJobsGetter added in v0.5.0

type VideoAnalyticsJobsGetter interface {
	VideoAnalyticsJobs(namespace string) VideoAnalyticsJobInterface
}

VideoAnalyticsJobsGetter has a method to return a VideoAnalyticsJobInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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