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

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

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

UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.

Properties

optional
failed: Array<string> | null
optional
succeeded: Array<string> | null