Skip to main content
Schemaobject

io.k8s.api.core.v1.ContainerStateTerminated

ContainerStateTerminated is a terminated state of a container.

Source
specs/api__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
containerID string
optional

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

exitCode integer (int32)
required

Exit status from the last termination of the container

finishedAt
optional

Time at which the container last terminated

message string
optional

Message regarding the last termination of the container

reason string
optional

(brief) reason from the last termination of the container

signal integer (int32)
optional

Signal from the last termination of the container

startedAt
optional

Time at which previous execution of the container started