Documentation ¶
Index ¶
- func CreateOrPatchCronJob(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, ...) (*batch.CronJob, kutil.VerbType, error)
- func PatchCronJob(ctx context.Context, c kubernetes.Interface, cur *batch.CronJob, ...) (*batch.CronJob, kutil.VerbType, error)
- func PatchCronJobObject(ctx context.Context, c kubernetes.Interface, cur, mod *batch.CronJob, ...) (*batch.CronJob, kutil.VerbType, error)
- func TryUpdateCronJob(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, ...) (result *batch.CronJob, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrPatchCronJob ¶
func PatchCronJob ¶
func PatchCronJobObject ¶
func TryUpdateCronJob ¶
func TryUpdateCronJob(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, transform func(*batch.CronJob) *batch.CronJob, opts metav1.UpdateOptions) (result *batch.CronJob, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.