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 container
  • finished_at - Time at which the container last terminated See Kazan.Models.Unversioned.Time.
  • 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
  • started_at - Time at which previous execution of the container started See Kazan.Models.Unversioned.Time.