package fake
import "k8s.io/client-go/kubernetes/typed/batch/v2alpha1/fake"
Package fake has the automatically generated clients.
Index ¶
- type FakeBatchV2alpha1
- func (c *FakeBatchV2alpha1) CronJobs(namespace string) v2alpha1.CronJobInterface
- func (c *FakeBatchV2alpha1) Jobs(namespace string) v2alpha1.JobInterface
- func (c *FakeBatchV2alpha1) RESTClient() rest.Interface
- 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)
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) Create ¶
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) Update ¶
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) Create ¶
func (*FakeJobs) Delete ¶
func (c *FakeJobs) Delete(name string, options *v1.DeleteOptions) error
func (*FakeJobs) DeleteCollection ¶
func (c *FakeJobs) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
func (*FakeJobs) Get ¶
func (*FakeJobs) List ¶
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) Update ¶
func (*FakeJobs) UpdateStatus ¶
func (*FakeJobs) Watch ¶
Watch returns a watch.Interface that watches the requested jobs.
Source Files ¶
doc.go fake_batch_client.go fake_cronjob.go fake_job.go
- Version
- v2.0.0-alpha.1+incompatible
- Published
- Dec 20, 2016
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 6 hours ago –
Tools for package owners.