Kazan v0.1.0 Kazan.Models.V1.ContainerStateTerminated
ContainerStateTerminated is a terminated state of a container.
Properties
container_id
- Container’s ID in the format ‘docker://‘ exit_code
- Exit status from the last termination of the containerfinished_at
- Time at which the container last terminated SeeKazan.Models.Unversioned.Time
.message
- Message regarding the last termination of the containerreason
- (brief) reason from the last termination of the containersignal
- Signal from the last termination of the containerstarted_at
- Time at which previous execution of the container started SeeKazan.Models.Unversioned.Time
.