ContainerStateTerminated
io.k8s.api.core.v1.ContainerStateTerminated
Description
ContainerStateTerminated is a terminated state of a container.
Properties
-
containerIDstring - Container's ID in the format '<type>://<container_id>'
-
exitCodeinteger (int32) required - Exit status from the last termination of the container
-
finishedAtTime - Time at which the container last terminated
-
messagestring - Message 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
-
startedAtTime - Time at which previous execution of the container started