import { BatchV1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/batch@v1/mod.ts";
Methods
createCronJob(body: BatchV1.CronJob, opts?: operations.PutOpts): Promise<BatchV1.CronJob>
createJob(body: BatchV1.Job, opts?: operations.PutOpts): Promise<BatchV1.Job>
deleteCronJob(name: string, opts?: operations.DeleteOpts): Promise<BatchV1.CronJob | MetaV1.Status>
deleteCronJobList(opts?: operations.DeleteListOpts): Promise<BatchV1.CronJobList>
deleteJob(name: string, opts?: operations.DeleteOpts): Promise<BatchV1.Job | MetaV1.Status>
deleteJobList(opts?: operations.DeleteListOpts): Promise<BatchV1.JobList>
getCronJob(name: string, opts?: operations.NoOpts): Promise<BatchV1.CronJob>
getCronJobList(opts?: operations.GetListOpts): Promise<BatchV1.CronJobList>
getCronJobStatus(name: string, opts?: operations.NoOpts): Promise<BatchV1.CronJob>
getJob(name: string, opts?: operations.NoOpts): Promise<BatchV1.Job>
getJobList(opts?: operations.GetListOpts): Promise<BatchV1.JobList>
getJobStatus(name: string, opts?: operations.NoOpts): Promise<BatchV1.Job>
patchCronJob(): Promise<BatchV1.CronJob>
name: string,
type: c.PatchType,
body: BatchV1.CronJob | c.JsonPatch,
opts?: operations.PatchOpts,
patchCronJobStatus(): Promise<BatchV1.CronJob>
name: string,
type: c.PatchType,
body: BatchV1.CronJob | c.JsonPatch,
opts?: operations.PatchOpts,
patchJob(): Promise<BatchV1.Job>
name: string,
type: c.PatchType,
body: BatchV1.Job | c.JsonPatch,
opts?: operations.PatchOpts,
patchJobStatus(): Promise<BatchV1.Job>
name: string,
type: c.PatchType,
body: BatchV1.Job | c.JsonPatch,
opts?: operations.PatchOpts,
replaceCronJob(): Promise<BatchV1.CronJob>
name: string,
body: BatchV1.CronJob,
opts?: operations.PutOpts,
replaceCronJobStatus(): Promise<BatchV1.CronJob>
name: string,
body: BatchV1.CronJob,
opts?: operations.PutOpts,
replaceJob(): Promise<BatchV1.Job>
name: string,
body: BatchV1.Job,
opts?: operations.PutOpts,
replaceJobStatus(): Promise<BatchV1.Job>
name: string,
body: BatchV1.Job,
opts?: operations.PutOpts,
watchCronJobList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<BatchV1.CronJob>>
watchJobList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<BatchV1.Job>>