fake

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: 10 Imported by: 0

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeDatasets

type FakeDatasets struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeDatasets implements DatasetInterface

func (*FakeDatasets) Create

func (c *FakeDatasets) Create(ctx context.Context, dataset *v1alpha1.Dataset, opts v1.CreateOptions) (result *v1alpha1.Dataset, err error)

Create takes the representation of a dataset and creates it. Returns the server's representation of the dataset, and an error, if there is any.

func (*FakeDatasets) Delete

func (c *FakeDatasets) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the dataset and deletes it. Returns an error if one occurs.

func (*FakeDatasets) DeleteCollection

func (c *FakeDatasets) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDatasets) Get

func (c *FakeDatasets) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Dataset, err error)

Get takes name of the dataset, and returns the corresponding dataset object, and an error if there is any.

func (*FakeDatasets) List

func (c *FakeDatasets) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.DatasetList, err error)

List takes label and field selectors, and returns the list of Datasets that match those selectors.

func (*FakeDatasets) Patch

func (c *FakeDatasets) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Dataset, err error)

Patch applies the patch and returns the patched dataset.

func (*FakeDatasets) Update

func (c *FakeDatasets) Update(ctx context.Context, dataset *v1alpha1.Dataset, opts v1.UpdateOptions) (result *v1alpha1.Dataset, err error)

Update takes the representation of a dataset and updates it. Returns the server's representation of the dataset, and an error, if there is any.

func (*FakeDatasets) UpdateStatus

func (c *FakeDatasets) UpdateStatus(ctx context.Context, dataset *v1alpha1.Dataset, opts v1.UpdateOptions) (*v1alpha1.Dataset, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDatasets) Watch

func (c *FakeDatasets) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested datasets.

type FakeFeatureExtractionServices added in v0.5.0

type FakeFeatureExtractionServices struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeFeatureExtractionServices implements FeatureExtractionServiceInterface

func (*FakeFeatureExtractionServices) Create added in v0.5.0

Create takes the representation of a featureExtractionService and creates it. Returns the server's representation of the featureExtractionService, and an error, if there is any.

func (*FakeFeatureExtractionServices) Delete added in v0.5.0

Delete takes name of the featureExtractionService and deletes it. Returns an error if one occurs.

func (*FakeFeatureExtractionServices) DeleteCollection added in v0.5.0

func (c *FakeFeatureExtractionServices) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFeatureExtractionServices) Get added in v0.5.0

Get takes name of the featureExtractionService, and returns the corresponding featureExtractionService object, and an error if there is any.

func (*FakeFeatureExtractionServices) List added in v0.5.0

List takes label and field selectors, and returns the list of FeatureExtractionServices that match those selectors.

func (*FakeFeatureExtractionServices) Patch added in v0.5.0

func (c *FakeFeatureExtractionServices) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FeatureExtractionService, err error)

Patch applies the patch and returns the patched featureExtractionService.

func (*FakeFeatureExtractionServices) Update added in v0.5.0

Update takes the representation of a featureExtractionService and updates it. Returns the server's representation of the featureExtractionService, and an error, if there is any.

func (*FakeFeatureExtractionServices) UpdateStatus added in v0.5.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFeatureExtractionServices) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested featureExtractionServices.

type FakeFederatedLearningJobs

type FakeFederatedLearningJobs struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeFederatedLearningJobs implements FederatedLearningJobInterface

func (*FakeFederatedLearningJobs) Create

func (c *FakeFederatedLearningJobs) Create(ctx context.Context, federatedLearningJob *v1alpha1.FederatedLearningJob, opts v1.CreateOptions) (result *v1alpha1.FederatedLearningJob, err error)

Create takes the representation of a federatedLearningJob and creates it. Returns the server's representation of the federatedLearningJob, and an error, if there is any.

func (*FakeFederatedLearningJobs) Delete

Delete takes name of the federatedLearningJob and deletes it. Returns an error if one occurs.

func (*FakeFederatedLearningJobs) DeleteCollection

func (c *FakeFederatedLearningJobs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFederatedLearningJobs) Get

Get takes name of the federatedLearningJob, and returns the corresponding federatedLearningJob object, and an error if there is any.

func (*FakeFederatedLearningJobs) List

List takes label and field selectors, and returns the list of FederatedLearningJobs that match those selectors.

func (*FakeFederatedLearningJobs) Patch

func (c *FakeFederatedLearningJobs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.FederatedLearningJob, err error)

Patch applies the patch and returns the patched federatedLearningJob.

func (*FakeFederatedLearningJobs) Update

func (c *FakeFederatedLearningJobs) Update(ctx context.Context, federatedLearningJob *v1alpha1.FederatedLearningJob, opts v1.UpdateOptions) (result *v1alpha1.FederatedLearningJob, err error)

Update takes the representation of a federatedLearningJob and updates it. Returns the server's representation of the federatedLearningJob, and an error, if there is any.

func (*FakeFederatedLearningJobs) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeFederatedLearningJobs) Watch

Watch returns a watch.Interface that watches the requested federatedLearningJobs.

type FakeIncrementalLearningJobs

type FakeIncrementalLearningJobs struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeIncrementalLearningJobs implements IncrementalLearningJobInterface

func (*FakeIncrementalLearningJobs) Create

Create takes the representation of a incrementalLearningJob and creates it. Returns the server's representation of the incrementalLearningJob, and an error, if there is any.

func (*FakeIncrementalLearningJobs) Delete

Delete takes name of the incrementalLearningJob and deletes it. Returns an error if one occurs.

func (*FakeIncrementalLearningJobs) DeleteCollection

func (c *FakeIncrementalLearningJobs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeIncrementalLearningJobs) Get

Get takes name of the incrementalLearningJob, and returns the corresponding incrementalLearningJob object, and an error if there is any.

func (*FakeIncrementalLearningJobs) List

List takes label and field selectors, and returns the list of IncrementalLearningJobs that match those selectors.

func (*FakeIncrementalLearningJobs) Patch

func (c *FakeIncrementalLearningJobs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.IncrementalLearningJob, err error)

Patch applies the patch and returns the patched incrementalLearningJob.

func (*FakeIncrementalLearningJobs) Update

Update takes the representation of a incrementalLearningJob and updates it. Returns the server's representation of the incrementalLearningJob, and an error, if there is any.

func (*FakeIncrementalLearningJobs) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeIncrementalLearningJobs) Watch

Watch returns a watch.Interface that watches the requested incrementalLearningJobs.

type FakeJointInferenceServices

type FakeJointInferenceServices struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeJointInferenceServices implements JointInferenceServiceInterface

func (*FakeJointInferenceServices) Create

Create takes the representation of a jointInferenceService and creates it. Returns the server's representation of the jointInferenceService, and an error, if there is any.

func (*FakeJointInferenceServices) Delete

Delete takes name of the jointInferenceService and deletes it. Returns an error if one occurs.

func (*FakeJointInferenceServices) DeleteCollection

func (c *FakeJointInferenceServices) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeJointInferenceServices) Get

Get takes name of the jointInferenceService, and returns the corresponding jointInferenceService object, and an error if there is any.

func (*FakeJointInferenceServices) List

List takes label and field selectors, and returns the list of JointInferenceServices that match those selectors.

func (*FakeJointInferenceServices) Patch

func (c *FakeJointInferenceServices) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.JointInferenceService, err error)

Patch applies the patch and returns the patched jointInferenceService.

func (*FakeJointInferenceServices) Update

Update takes the representation of a jointInferenceService and updates it. Returns the server's representation of the jointInferenceService, and an error, if there is any.

func (*FakeJointInferenceServices) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeJointInferenceServices) Watch

Watch returns a watch.Interface that watches the requested jointInferenceServices.

type FakeLifelongLearningJobs added in v0.3.0

type FakeLifelongLearningJobs struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeLifelongLearningJobs implements LifelongLearningJobInterface

func (*FakeLifelongLearningJobs) Create added in v0.3.0

func (c *FakeLifelongLearningJobs) Create(ctx context.Context, lifelongLearningJob *v1alpha1.LifelongLearningJob, opts v1.CreateOptions) (result *v1alpha1.LifelongLearningJob, err error)

Create takes the representation of a lifelongLearningJob and creates it. Returns the server's representation of the lifelongLearningJob, and an error, if there is any.

func (*FakeLifelongLearningJobs) Delete added in v0.3.0

Delete takes name of the lifelongLearningJob and deletes it. Returns an error if one occurs.

func (*FakeLifelongLearningJobs) DeleteCollection added in v0.3.0

func (c *FakeLifelongLearningJobs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLifelongLearningJobs) Get added in v0.3.0

func (c *FakeLifelongLearningJobs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.LifelongLearningJob, err error)

Get takes name of the lifelongLearningJob, and returns the corresponding lifelongLearningJob object, and an error if there is any.

func (*FakeLifelongLearningJobs) List added in v0.3.0

List takes label and field selectors, and returns the list of LifelongLearningJobs that match those selectors.

func (*FakeLifelongLearningJobs) Patch added in v0.3.0

func (c *FakeLifelongLearningJobs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LifelongLearningJob, err error)

Patch applies the patch and returns the patched lifelongLearningJob.

func (*FakeLifelongLearningJobs) Update added in v0.3.0

func (c *FakeLifelongLearningJobs) Update(ctx context.Context, lifelongLearningJob *v1alpha1.LifelongLearningJob, opts v1.UpdateOptions) (result *v1alpha1.LifelongLearningJob, err error)

Update takes the representation of a lifelongLearningJob and updates it. Returns the server's representation of the lifelongLearningJob, and an error, if there is any.

func (*FakeLifelongLearningJobs) UpdateStatus added in v0.3.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLifelongLearningJobs) Watch added in v0.3.0

Watch returns a watch.Interface that watches the requested lifelongLearningJobs.

type FakeModels

type FakeModels struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeModels implements ModelInterface

func (*FakeModels) Create

func (c *FakeModels) Create(ctx context.Context, model *v1alpha1.Model, opts v1.CreateOptions) (result *v1alpha1.Model, err error)

Create takes the representation of a model and creates it. Returns the server's representation of the model, and an error, if there is any.

func (*FakeModels) Delete

func (c *FakeModels) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the model and deletes it. Returns an error if one occurs.

func (*FakeModels) DeleteCollection

func (c *FakeModels) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeModels) Get

func (c *FakeModels) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Model, err error)

Get takes name of the model, and returns the corresponding model object, and an error if there is any.

func (*FakeModels) List

func (c *FakeModels) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ModelList, err error)

List takes label and field selectors, and returns the list of Models that match those selectors.

func (*FakeModels) Patch

func (c *FakeModels) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Model, err error)

Patch applies the patch and returns the patched model.

func (*FakeModels) Update

func (c *FakeModels) Update(ctx context.Context, model *v1alpha1.Model, opts v1.UpdateOptions) (result *v1alpha1.Model, err error)

Update takes the representation of a model and updates it. Returns the server's representation of the model, and an error, if there is any.

func (*FakeModels) UpdateStatus

func (c *FakeModels) UpdateStatus(ctx context.Context, model *v1alpha1.Model, opts v1.UpdateOptions) (*v1alpha1.Model, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeModels) Watch

func (c *FakeModels) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested models.

type FakeObjectSearchServices added in v0.4.0

type FakeObjectSearchServices struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeObjectSearchServices implements ObjectSearchServiceInterface

func (*FakeObjectSearchServices) Create added in v0.4.0

func (c *FakeObjectSearchServices) Create(ctx context.Context, objectSearchService *v1alpha1.ObjectSearchService, opts v1.CreateOptions) (result *v1alpha1.ObjectSearchService, err error)

Create takes the representation of a objectSearchService and creates it. Returns the server's representation of the objectSearchService, and an error, if there is any.

func (*FakeObjectSearchServices) Delete added in v0.4.0

Delete takes name of the objectSearchService and deletes it. Returns an error if one occurs.

func (*FakeObjectSearchServices) DeleteCollection added in v0.4.0

func (c *FakeObjectSearchServices) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeObjectSearchServices) Get added in v0.4.0

func (c *FakeObjectSearchServices) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ObjectSearchService, err error)

Get takes name of the objectSearchService, and returns the corresponding objectSearchService object, and an error if there is any.

func (*FakeObjectSearchServices) List added in v0.4.0

List takes label and field selectors, and returns the list of ObjectSearchServices that match those selectors.

func (*FakeObjectSearchServices) Patch added in v0.4.0

func (c *FakeObjectSearchServices) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ObjectSearchService, err error)

Patch applies the patch and returns the patched objectSearchService.

func (*FakeObjectSearchServices) Update added in v0.4.0

func (c *FakeObjectSearchServices) Update(ctx context.Context, objectSearchService *v1alpha1.ObjectSearchService, opts v1.UpdateOptions) (result *v1alpha1.ObjectSearchService, err error)

Update takes the representation of a objectSearchService and updates it. Returns the server's representation of the objectSearchService, and an error, if there is any.

func (*FakeObjectSearchServices) UpdateStatus added in v0.4.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeObjectSearchServices) Watch added in v0.4.0

Watch returns a watch.Interface that watches the requested objectSearchServices.

type FakeObjectTrackingServices added in v0.4.0

type FakeObjectTrackingServices struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeObjectTrackingServices implements ObjectTrackingServiceInterface

func (*FakeObjectTrackingServices) Create added in v0.4.0

Create takes the representation of a objectTrackingService and creates it. Returns the server's representation of the objectTrackingService, and an error, if there is any.

func (*FakeObjectTrackingServices) Delete added in v0.4.0

Delete takes name of the objectTrackingService and deletes it. Returns an error if one occurs.

func (*FakeObjectTrackingServices) DeleteCollection added in v0.4.0

func (c *FakeObjectTrackingServices) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeObjectTrackingServices) Get added in v0.4.0

Get takes name of the objectTrackingService, and returns the corresponding objectTrackingService object, and an error if there is any.

func (*FakeObjectTrackingServices) List added in v0.4.0

List takes label and field selectors, and returns the list of ObjectTrackingServices that match those selectors.

func (*FakeObjectTrackingServices) Patch added in v0.4.0

func (c *FakeObjectTrackingServices) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ObjectTrackingService, err error)

Patch applies the patch and returns the patched objectTrackingService.

func (*FakeObjectTrackingServices) Update added in v0.4.0

Update takes the representation of a objectTrackingService and updates it. Returns the server's representation of the objectTrackingService, and an error, if there is any.

func (*FakeObjectTrackingServices) UpdateStatus added in v0.4.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeObjectTrackingServices) Watch added in v0.4.0

Watch returns a watch.Interface that watches the requested objectTrackingServices.

type FakeReidJobs added in v0.5.0

type FakeReidJobs struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeReidJobs implements ReidJobInterface

func (*FakeReidJobs) Create added in v0.5.0

func (c *FakeReidJobs) Create(ctx context.Context, reidJob *v1alpha1.ReidJob, opts v1.CreateOptions) (result *v1alpha1.ReidJob, err error)

Create takes the representation of a reidJob and creates it. Returns the server's representation of the reidJob, and an error, if there is any.

func (*FakeReidJobs) Delete added in v0.5.0

func (c *FakeReidJobs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the reidJob and deletes it. Returns an error if one occurs.

func (*FakeReidJobs) DeleteCollection added in v0.5.0

func (c *FakeReidJobs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeReidJobs) Get added in v0.5.0

func (c *FakeReidJobs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ReidJob, err error)

Get takes name of the reidJob, and returns the corresponding reidJob object, and an error if there is any.

func (*FakeReidJobs) List added in v0.5.0

func (c *FakeReidJobs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ReidJobList, err error)

List takes label and field selectors, and returns the list of ReidJobs that match those selectors.

func (*FakeReidJobs) Patch added in v0.5.0

func (c *FakeReidJobs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ReidJob, err error)

Patch applies the patch and returns the patched reidJob.

func (*FakeReidJobs) Update added in v0.5.0

func (c *FakeReidJobs) Update(ctx context.Context, reidJob *v1alpha1.ReidJob, opts v1.UpdateOptions) (result *v1alpha1.ReidJob, err error)

Update takes the representation of a reidJob and updates it. Returns the server's representation of the reidJob, and an error, if there is any.

func (*FakeReidJobs) UpdateStatus added in v0.5.0

func (c *FakeReidJobs) UpdateStatus(ctx context.Context, reidJob *v1alpha1.ReidJob, opts v1.UpdateOptions) (*v1alpha1.ReidJob, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeReidJobs) Watch added in v0.5.0

func (c *FakeReidJobs) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested reidJobs.

type FakeSednaV1alpha1

type FakeSednaV1alpha1 struct {
	*testing.Fake
}

func (*FakeSednaV1alpha1) Datasets

func (c *FakeSednaV1alpha1) Datasets(namespace string) v1alpha1.DatasetInterface

func (*FakeSednaV1alpha1) FeatureExtractionServices added in v0.5.0

func (c *FakeSednaV1alpha1) FeatureExtractionServices(namespace string) v1alpha1.FeatureExtractionServiceInterface

func (*FakeSednaV1alpha1) FederatedLearningJobs

func (c *FakeSednaV1alpha1) FederatedLearningJobs(namespace string) v1alpha1.FederatedLearningJobInterface

func (*FakeSednaV1alpha1) IncrementalLearningJobs

func (c *FakeSednaV1alpha1) IncrementalLearningJobs(namespace string) v1alpha1.IncrementalLearningJobInterface

func (*FakeSednaV1alpha1) JointInferenceServices

func (c *FakeSednaV1alpha1) JointInferenceServices(namespace string) v1alpha1.JointInferenceServiceInterface

func (*FakeSednaV1alpha1) LifelongLearningJobs added in v0.3.0

func (c *FakeSednaV1alpha1) LifelongLearningJobs(namespace string) v1alpha1.LifelongLearningJobInterface

func (*FakeSednaV1alpha1) Models

func (c *FakeSednaV1alpha1) Models(namespace string) v1alpha1.ModelInterface

func (*FakeSednaV1alpha1) ObjectSearchServices added in v0.4.0

func (c *FakeSednaV1alpha1) ObjectSearchServices(namespace string) v1alpha1.ObjectSearchServiceInterface

func (*FakeSednaV1alpha1) ObjectTrackingServices added in v0.4.0

func (c *FakeSednaV1alpha1) ObjectTrackingServices(namespace string) v1alpha1.ObjectTrackingServiceInterface

func (*FakeSednaV1alpha1) RESTClient

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

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

func (*FakeSednaV1alpha1) ReidJobs added in v0.5.0

func (c *FakeSednaV1alpha1) ReidJobs(namespace string) v1alpha1.ReidJobInterface

func (*FakeSednaV1alpha1) VideoAnalyticsJobs added in v0.5.0

func (c *FakeSednaV1alpha1) VideoAnalyticsJobs(namespace string) v1alpha1.VideoAnalyticsJobInterface

type FakeVideoAnalyticsJobs added in v0.5.0

type FakeVideoAnalyticsJobs struct {
	Fake *FakeSednaV1alpha1
	// contains filtered or unexported fields
}

FakeVideoAnalyticsJobs implements VideoAnalyticsJobInterface

func (*FakeVideoAnalyticsJobs) Create added in v0.5.0

func (c *FakeVideoAnalyticsJobs) Create(ctx context.Context, videoAnalyticsJob *v1alpha1.VideoAnalyticsJob, opts v1.CreateOptions) (result *v1alpha1.VideoAnalyticsJob, err error)

Create takes the representation of a videoAnalyticsJob and creates it. Returns the server's representation of the videoAnalyticsJob, and an error, if there is any.

func (*FakeVideoAnalyticsJobs) Delete added in v0.5.0

func (c *FakeVideoAnalyticsJobs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the videoAnalyticsJob and deletes it. Returns an error if one occurs.

func (*FakeVideoAnalyticsJobs) DeleteCollection added in v0.5.0

func (c *FakeVideoAnalyticsJobs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeVideoAnalyticsJobs) Get added in v0.5.0

func (c *FakeVideoAnalyticsJobs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.VideoAnalyticsJob, err error)

Get takes name of the videoAnalyticsJob, and returns the corresponding videoAnalyticsJob object, and an error if there is any.

func (*FakeVideoAnalyticsJobs) List added in v0.5.0

List takes label and field selectors, and returns the list of VideoAnalyticsJobs that match those selectors.

func (*FakeVideoAnalyticsJobs) Patch added in v0.5.0

func (c *FakeVideoAnalyticsJobs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.VideoAnalyticsJob, err error)

Patch applies the patch and returns the patched videoAnalyticsJob.

func (*FakeVideoAnalyticsJobs) Update added in v0.5.0

func (c *FakeVideoAnalyticsJobs) Update(ctx context.Context, videoAnalyticsJob *v1alpha1.VideoAnalyticsJob, opts v1.UpdateOptions) (result *v1alpha1.VideoAnalyticsJob, err error)

Update takes the representation of a videoAnalyticsJob and updates it. Returns the server's representation of the videoAnalyticsJob, and an error, if there is any.

func (*FakeVideoAnalyticsJobs) UpdateStatus added in v0.5.0

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeVideoAnalyticsJobs) Watch added in v0.5.0

Watch returns a watch.Interface that watches the requested videoAnalyticsJobs.

Jump to

Keyboard shortcuts

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