kubernetes v1.32
PodList.items.status.initContainerStatuses.lastState.terminated
ContainerStateTerminated is a terminated state of a container.
| Field / Type | Description |
|---|---|
containerID | Container's ID in the format '<type>://<container_id>' |
exitCode | Exit status from the last termination of the container
|
Time at which the container last terminated
| |
message | Message regarding the last termination of the container |
reason | (brief) reason from the last termination of the container |
signal | Signal from the last termination of the container
|
Time at which previous execution of the container started
|