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

x/kubernetes_apis/builtin/batch@v1beta1/mod.ts>BatchV1beta1NamespacedApi

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

Constructors

new
BatchV1beta1NamespacedApi(client: c.RestClient, namespace: string)

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)