UNPKG

kubernetes-models

Version:
10 lines (9 loc) 500 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sApiBatchV1UncountedTerminatedPods.mjs"; /** * UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters. */ export class UncountedTerminatedPods extends Model { } setSchema(UncountedTerminatedPods, "io.k8s.api.batch.v1.UncountedTerminatedPods", addSchema); export { UncountedTerminatedPods as IoK8sApiBatchV1UncountedTerminatedPods };