package fake
import "k8s.io/client-go/deprecated/typed/batch/v1/fake"
Package fake has the automatically generated clients.
Index ¶
- type FakeBatchV1
- func (c *FakeBatchV1) Jobs(namespace string) v1.JobInterface
- func (c *FakeBatchV1) RESTClient() rest.Interface
- type FakeJobs
- func (c *FakeJobs) Create(job *batchv1.Job) (result *batchv1.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 *batchv1.Job, err error)
- func (c *FakeJobs) List(opts v1.ListOptions) (result *batchv1.JobList, err error)
- func (c *FakeJobs) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *batchv1.Job, err error)
- func (c *FakeJobs) Update(job *batchv1.Job) (result *batchv1.Job, err error)
- func (c *FakeJobs) UpdateStatus(job *batchv1.Job) (*batchv1.Job, error)
- func (c *FakeJobs) Watch(opts v1.ListOptions) (watch.Interface, error)
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 *batchv1.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().
func (*FakeJobs) Watch ¶
Watch returns a watch.Interface that watches the requested jobs.
Source Files ¶
doc.go fake_batch_client.go fake_job.go
- Version
- v0.19.6
- Published
- Dec 18, 2020
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 24 minutes ago –
Tools for package owners.