Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeBatchV2alpha1
- type FakeCronJobs
- func (c *FakeCronJobs) Create(cronJob *v2alpha1.CronJob) (result *v2alpha1.CronJob, err error)
- func (c *FakeCronJobs) Delete(name string, options *v1.DeleteOptions) error
- func (c *FakeCronJobs) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
- func (c *FakeCronJobs) Get(name string) (result *v2alpha1.CronJob, err error)
- func (c *FakeCronJobs) List(opts v1.ListOptions) (result *v2alpha1.CronJobList, err error)
- func (c *FakeCronJobs) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v2alpha1.CronJob, err error)
- func (c *FakeCronJobs) Update(cronJob *v2alpha1.CronJob) (result *v2alpha1.CronJob, err error)
- func (c *FakeCronJobs) UpdateStatus(cronJob *v2alpha1.CronJob) (*v2alpha1.CronJob, error)
- func (c *FakeCronJobs) Watch(opts v1.ListOptions) (watch.Interface, error)
- type FakeJobs
- func (c *FakeJobs) Create(job *v2alpha1.Job) (result *v2alpha1.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) (result *v2alpha1.Job, err error)
- func (c *FakeJobs) List(opts v1.ListOptions) (result *v2alpha1.JobList, err error)
- func (c *FakeJobs) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v2alpha1.Job, err error)
- func (c *FakeJobs) Update(job *v2alpha1.Job) (result *v2alpha1.Job, err error)
- func (c *FakeJobs) UpdateStatus(job *v2alpha1.Job) (*v2alpha1.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 FakeBatchV2alpha1 ¶
func (*FakeBatchV2alpha1) CronJobs ¶
func (c *FakeBatchV2alpha1) CronJobs(namespace string) v2alpha1.CronJobInterface
func (*FakeBatchV2alpha1) Jobs ¶
func (c *FakeBatchV2alpha1) Jobs(namespace string) v2alpha1.JobInterface
func (*FakeBatchV2alpha1) RESTClient ¶
func (c *FakeBatchV2alpha1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type FakeCronJobs ¶
type FakeCronJobs struct { Fake *FakeBatchV2alpha1 // contains filtered or unexported fields }
FakeCronJobs implements CronJobInterface
func (*FakeCronJobs) Delete ¶
func (c *FakeCronJobs) Delete(name string, options *v1.DeleteOptions) error
func (*FakeCronJobs) DeleteCollection ¶
func (c *FakeCronJobs) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
func (*FakeCronJobs) Get ¶
func (c *FakeCronJobs) Get(name string) (result *v2alpha1.CronJob, err error)
func (*FakeCronJobs) List ¶
func (c *FakeCronJobs) List(opts v1.ListOptions) (result *v2alpha1.CronJobList, err error)
func (*FakeCronJobs) Patch ¶
func (c *FakeCronJobs) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v2alpha1.CronJob, err error)
Patch applies the patch and returns the patched cronJob.
func (*FakeCronJobs) UpdateStatus ¶
func (*FakeCronJobs) Watch ¶
func (c *FakeCronJobs) Watch(opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested cronJobs.
type FakeJobs ¶
type FakeJobs struct { Fake *FakeBatchV2alpha1 // contains filtered or unexported fields }
FakeJobs implements JobInterface
func (*FakeJobs) DeleteCollection ¶
func (c *FakeJobs) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
func (*FakeJobs) Patch ¶
func (c *FakeJobs) Patch(name string, pt api.PatchType, data []byte, subresources ...string) (result *v2alpha1.Job, err error)
Patch applies the patch and returns the patched job.
func (*FakeJobs) UpdateStatus ¶
Click to show internal directories.
Click to hide internal directories.