Schema
objectio.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
optionalContainer's ID in the format '<type>://<container_id>'
exitCode integer (int32)
requiredExit status from the last termination of the container
finishedAt
optionalTime at which the container last terminated
message string
optionalMessage regarding the last termination of the container
reason string
optional(brief) reason from the last termination of the container
signal integer (int32)
optionalSignal from the last termination of the container
startedAt
optionalTime at which previous execution of the container started