import * as kubernetesApis from "https://deno.land/x/kubernetes_apis@v0.3.2/builtin/batch@v1beta1/mod.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 |