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

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

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

CronJob represents the configuration of a single cron job.

Properties

optional
apiVersion: "batch/v1"
optional
kind: "CronJob"
optional
metadata: MetaV1.ObjectMeta | null
optional
spec: CronJobSpec | null
optional
status: CronJobStatus | null