import { BatchV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/batch@v1/mod.ts";
Methods
getCronJobListForAllNamespaces(opts?: operations.GetListOpts): Promise<BatchV1.CronJobList>
getJobListForAllNamespaces(opts?: operations.GetListOpts): Promise<BatchV1.JobList>
namespace(name: string): BatchV1NamespacedApi
watchCronJobListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<BatchV1.CronJob>>
watchJobListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<BatchV1.Job>>