Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/batch@v1/structs.ts>JobSpec

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

JobSpec describes how the job execution will look like.

Properties

optional
activeDeadlineSeconds: number | null
optional
backoffLimit: number | null
optional
backoffLimitPerIndex: number | null
optional
completionMode: string | null
optional
completions: number | null
optional
manualSelector: boolean | null
optional
maxFailedIndexes: number | null
optional
parallelism: number | null
optional
podFailurePolicy: PodFailurePolicy | null
optional
podReplacementPolicy: string | null
optional
selector: MetaV1.LabelSelector | null
optional
suspend: boolean | null
template: CoreV1.PodTemplateSpec
optional
ttlSecondsAfterFinished: number | null