ContainerStateTerminated

io.k8s.api.core.v1.ContainerStateTerminated source ↗

ContainerStateTerminated is a terminated state of a container.

containerIDstringContainer's ID in the format '<type>://<container_id>'
exitCodeinteger (int32) requiredExit status from the last termination of the container
finishedAtTimeTime at which the container last terminated
messagestringMessage regarding the last termination of the container
reasonstring(brief) reason from the last termination of the container
signalinteger (int32)Signal from the last termination of the container
startedAtTimeTime at which previous execution of the container started