import "k8s.io/client-go/kubernetes/typed/batch/v1/fake"
Package fake has the automatically generated clients.
doc.go fake_batch_client.go fake_job.go
func (c *FakeBatchV1) Jobs(namespace string) v1.JobInterface
func (c *FakeBatchV1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type FakeJobs struct { Fake *FakeBatchV1 // contains filtered or unexported fields }
FakeJobs implements JobInterface
func (c *FakeJobs) Create(ctx context.Context, job *batchv1.Job, opts v1.CreateOptions) (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.
Delete takes name of the job and deletes it. Returns an error if one occurs.
func (c *FakeJobs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (c *FakeJobs) Get(ctx context.Context, 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 (c *FakeJobs) List(ctx context.Context, 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 (c *FakeJobs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *batchv1.Job, err error)
Patch applies the patch and returns the patched job.
func (c *FakeJobs) Update(ctx context.Context, job *batchv1.Job, opts v1.UpdateOptions) (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 (c *FakeJobs) UpdateStatus(ctx context.Context, job *batchv1.Job, opts v1.UpdateOptions) (*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().
Watch returns a watch.Interface that watches the requested jobs.
Package fake imports 10 packages (graph) and is imported by 34 packages. Updated 2020-03-15. Refresh now. Tools for package owners.