import { type CronJobSpec } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/batch@v1/structs.ts";
CronJobSpec describes how the job execution will look like and when it will actually run.
Properties
jobTemplate: JobTemplateSpec
x/kubernetes_apis/builtin/batch@v1/structs.ts>CronJobSpec
import { type CronJobSpec } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/batch@v1/structs.ts";
CronJobSpec describes how the job execution will look like and when it will actually run.