kubernetes v1.32

ContainerStatus.lastState.terminated

ContainerStateTerminated is a terminated state of a container.

7 fields
ContainerStatus.lastState.terminated fields and descriptions
Field / TypeDescription
containerID
string

Container's ID in the format '<type>://<container_id>'

exitCode
integer required

Exit status from the last termination of the container

  • format: int32
Time

Time at which the container last terminated

  • format: date-time
message
string

Message regarding the last termination of the container

reason
string

(brief) reason from the last termination of the container

signal
integer

Signal from the last termination of the container

  • format: int32
Time

Time at which previous execution of the container started

  • format: date-time