import { BatchV1beta1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/batch@v1beta1/mod.ts";
Methods
createCronJob(body: BatchV1beta1.CronJob, opts?: operations.PutOpts)
deleteCronJob(name: string, opts?: operations.DeleteOpts)
deleteCronJobList(opts?: operations.DeleteListOpts)
getCronJob(name: string, opts?: operations.NoOpts)
getCronJobList(opts?: operations.GetListOpts)
getCronJobStatus(name: string, opts?: operations.NoOpts)
patchCronJob()
name: string,
type: c.PatchType,
body: BatchV1beta1.CronJob | c.JsonPatch,
opts?: operations.PatchOpts,
patchCronJobStatus()
name: string,
type: c.PatchType,
body: BatchV1beta1.CronJob | c.JsonPatch,
opts?: operations.PatchOpts,
replaceCronJob()
name: string,
body: BatchV1beta1.CronJob,
opts?: operations.PutOpts,
replaceCronJobStatus()
name: string,
body: BatchV1beta1.CronJob,
opts?: operations.PutOpts,
watchCronJobList(opts?: operations.WatchListOpts)