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

x/kubernetes_apis/builtin/batch@v1beta1/structs.ts

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
import * as kubernetesApis from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/batch@v1beta1/structs.ts";

Interfaces

CronJob represents the configuration of a single cron job.

CronJobList is a collection of cron jobs.

CronJobSpec describes how the job execution will look like and when it will actually run.

CronJobStatus represents the current state of a cron job.

JobTemplateSpec describes the data a Job should have when created from a template