package fake

import "k8s.io/client-go/kubernetes/typed/batch/v1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeBatchV1

type FakeBatchV1 struct {
	*testing.Fake
}

func (*FakeBatchV1) Jobs

func (c *FakeBatchV1) Jobs(namespace string) v1.JobInterface

func (*FakeBatchV1) RESTClient

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

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

type FakeJobs

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

FakeJobs implements JobInterface

func (*FakeJobs) Create

func (c *FakeJobs) Create(job *batchv1.Job) (result *batchv1.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(name string, options *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(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeJobs) Get

func (c *FakeJobs) Get(name string, options v1.GetOptions) (result *batchv1.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(opts v1.ListOptions) (result *batchv1.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(name string, pt types.PatchType, data []byte, subresources ...string) (result *batchv1.Job, err error)

Patch applies the patch and returns the patched job.

func (*FakeJobs) Update

func (c *FakeJobs) Update(job *batchv1.Job) (result *batchv1.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(job *batchv1.Job) (*batchv1.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(opts v1.ListOptions) (watch.Interface, error)

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

Source Files

doc.go fake_batch_client.go fake_job.go

Version
v0.16.4
Published
Dec 11, 2019
Platform
linux/amd64
Imports
9 packages
Last checked
4 minutes ago

Tools for package owners.