Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeBatchV1
- type FakeJobs
- func (c *FakeJobs) Create(job *batch_v1.Job) (result *batch_v1.Job, err error)
- func (c *FakeJobs) Delete(name string, options *v1.DeleteOptions) error
- func (c *FakeJobs) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
- func (c *FakeJobs) Get(name string, options v1.GetOptions) (result *batch_v1.Job, err error)
- func (c *FakeJobs) List(opts v1.ListOptions) (result *batch_v1.JobList, err error)
- func (c *FakeJobs) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *batch_v1.Job, err error)
- func (c *FakeJobs) Update(job *batch_v1.Job) (result *batch_v1.Job, err error)
- func (c *FakeJobs) UpdateStatus(job *batch_v1.Job) (*batch_v1.Job, error)
- func (c *FakeJobs) Watch(opts v1.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBatchV1 ¶
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 ¶
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 ¶
Get takes name of the job, and returns the corresponding job object, and an error if there is any.
func (*FakeJobs) List ¶
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 *batch_v1.Job, err error)
Patch applies the patch and returns the patched job.
func (*FakeJobs) Update ¶
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 ¶
UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().