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

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

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

Job represents the configuration of a single job.

Properties

optional
apiVersion: "batch/v1"
optional
kind: "Job"
optional
metadata: MetaV1.ObjectMeta | null
optional
spec: JobSpec | null
optional
status: JobStatus | null