ContainerStateTerminated

io.k8s.api.core.v1.ContainerStateTerminated

Description

ContainerStateTerminated is a terminated state of a container.

Properties

containerID string
Container's ID in the format '<type>://<container_id>'
exitCode integer (int32) required
Exit status from the last termination of the container
finishedAt Time
Time at which the container last terminated
message string
Message regarding the last termination of the container
reason string
(brief) reason from the last termination of the container
signal integer (int32)
Signal from the last termination of the container
startedAt Time
Time at which previous execution of the container started