OS
Schema Hub

UncountedTerminatedPods

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

Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/batch.api.k8s.io/UncountedTerminatedPods_v1.json
Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/batch.api.k8s.io/UncountedTerminatedPods_v1.json
kubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yaml

Resource Structure

failedarray
failed holds UIDs of failed Pods.
succeededarray
succeeded holds UIDs of succeeded Pods.