fake

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2022 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 FakeExecutionV1alpha1

type FakeExecutionV1alpha1 struct {
	*testing.Fake
}

func (*FakeExecutionV1alpha1) JobConfigs

func (c *FakeExecutionV1alpha1) JobConfigs(namespace string) v1alpha1.JobConfigInterface

func (*FakeExecutionV1alpha1) Jobs

func (*FakeExecutionV1alpha1) RESTClient

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

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

type FakeJobConfigs

type FakeJobConfigs struct {
	Fake *FakeExecutionV1alpha1
	// contains filtered or unexported fields
}

FakeJobConfigs implements JobConfigInterface

func (*FakeJobConfigs) Create

func (c *FakeJobConfigs) Create(ctx context.Context, jobConfig *v1alpha1.JobConfig, opts v1.CreateOptions) (result *v1alpha1.JobConfig, err error)

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

func (*FakeJobConfigs) Delete

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

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

func (*FakeJobConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeJobConfigs) Get

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

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

func (*FakeJobConfigs) List

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

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

func (*FakeJobConfigs) Patch

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

Patch applies the patch and returns the patched jobConfig.

func (*FakeJobConfigs) Update

func (c *FakeJobConfigs) Update(ctx context.Context, jobConfig *v1alpha1.JobConfig, opts v1.UpdateOptions) (result *v1alpha1.JobConfig, err error)

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

func (*FakeJobConfigs) UpdateStatus

func (c *FakeJobConfigs) UpdateStatus(ctx context.Context, jobConfig *v1alpha1.JobConfig, opts v1.UpdateOptions) (*v1alpha1.JobConfig, error)

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

func (*FakeJobConfigs) Watch

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

type FakeJobs

type FakeJobs struct {
	Fake *FakeExecutionV1alpha1
	// contains filtered or unexported fields
}

FakeJobs implements JobInterface

func (*FakeJobs) Create

func (c *FakeJobs) Create(ctx context.Context, job *v1alpha1.Job, opts v1.CreateOptions) (result *v1alpha1.Job, err error)

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

func (*FakeJobs) Delete

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

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

func (*FakeJobs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeJobs) Get

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

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

func (*FakeJobs) List

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

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

func (*FakeJobs) Patch

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

Patch applies the patch and returns the patched job.

func (*FakeJobs) Update

func (c *FakeJobs) Update(ctx context.Context, job *v1alpha1.Job, opts v1.UpdateOptions) (result *v1alpha1.Job, err error)

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

func (*FakeJobs) UpdateStatus

func (c *FakeJobs) UpdateStatus(ctx context.Context, job *v1alpha1.Job, opts v1.UpdateOptions) (*v1alpha1.Job, error)

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

func (*FakeJobs) Watch

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

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

Jump to

Keyboard shortcuts

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