Documentation ¶
Index ¶
- func CreateCronJob(ctx context.Context, c kubernetes.Interface, in *batchv1.CronJob) (*batchv1.CronJob, error)
- func CreateOrPatchCronJob(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, ...) (*batchv1.CronJob, kutil.VerbType, error)
- func DeleteCronJob(ctx context.Context, c kubernetes.Interface, meta types.NamespacedName) error
- func GetCronJob(ctx context.Context, c kubernetes.Interface, meta types.NamespacedName) (*batchv1.CronJob, error)
- func ListCronJob(ctx context.Context, c kubernetes.Interface, ns string, ...) (*batchv1.CronJobList, error)
- func PatchCronJob(ctx context.Context, c kubernetes.Interface, cur *batchv1.CronJob, ...) (*batchv1.CronJob, kutil.VerbType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCronJob ¶ added in v0.25.3
func CreateOrPatchCronJob ¶
func DeleteCronJob ¶
func DeleteCronJob(ctx context.Context, c kubernetes.Interface, meta types.NamespacedName) error
func GetCronJob ¶ added in v0.25.3
func GetCronJob(ctx context.Context, c kubernetes.Interface, meta types.NamespacedName) (*batchv1.CronJob, error)
func ListCronJob ¶ added in v0.25.3
func ListCronJob(ctx context.Context, c kubernetes.Interface, ns string, opts metav1.ListOptions) (*batchv1.CronJobList, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.