Documentation
¶
Index ¶
- Variables
- func NewJobPatcher(upd, orig *Job) lifecycle.Persister
- type Job
- func (j *Job) Copy() *Job
- func (j *Job) Delete(ctx context.Context, cl client.Client, opts ...lifecycle.DeleteOption) (bool, error)
- func (j *Job) LabelAnnotateFrom(ctx context.Context, from metav1.Object)
- func (j *Job) Load(ctx context.Context, cl client.Client) (bool, error)
- func (j *Job) Owned(ctx context.Context, owner lifecycle.TypedObject) error
- func (j *Job) Persist(ctx context.Context, cl client.Client) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
JobKind = batchv1.SchemeGroupVersion.WithKind("Job")
)
Functions ¶
func NewJobPatcher ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.