Documentation ¶
Index ¶
- type JobOptions
- type Jobs
- func (obj *Jobs) Apply(yaml string, namespace string) (v1.Job, error)
- func (obj *Jobs) Create(options JobOptions) (v1.Job, error)
- func (obj *Jobs) Delete(name, namespace string) error
- func (obj *Jobs) Get(name, namespace string) (v1.Job, error)
- func (obj *Jobs) Kill(name, namespace string) errordeprecated
- func (obj *Jobs) List(namespace string) ([]v1.Job, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobOptions ¶
Click to show internal directories.
Click to hide internal directories.