Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/batch@v1/mod.ts>BatchV1Api

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
class BatchV1Api
import { BatchV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/batch@v1/mod.ts";

Constructors

new
BatchV1Api(client: c.RestClient)

Methods

getCronJobListForAllNamespaces(opts?: operations.GetListOpts): Promise<BatchV1.CronJobList>
getJobListForAllNamespaces(opts?: operations.GetListOpts): Promise<BatchV1.JobList>
watchCronJobListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<BatchV1.CronJob>>
watchJobListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<BatchV1.Job>>