ContainerStateTerminated
ContainerStateTerminated is a terminated state of a container.
Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/ContainerStateTerminated_v1.json▶ Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/ContainerStateTerminated_v1.jsonkubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yamlResource Structure
containerIDstringContainer's ID in the format '<type>://<container_id>'
exitCodeintegerRequiredExit status from the last termination of the container
finishedAtobjectTime at which the container last terminated
messagestringMessage regarding the last termination of the container
reasonstring(brief) reason from the last termination of the container
signalintegerSignal from the last termination of the container
startedAtobjectTime at which previous execution of the container started