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, options v1.GetOptions) (result *v2alpha1.CronJob, err error)
- func (c *FakeCronJobs) List(opts v1.ListOptions) (result *v2alpha1.CronJobList, err error)
- func (c *FakeCronJobs) Patch(name string, pt types.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)
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) 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, options v1.GetOptions) (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 types.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.
Click to show internal directories.
Click to hide internal directories.