Kazan v0.3.0 Kazan.Models.V1.ContainerStateTerminated

ContainerStateTerminated is a terminated state of a container.

Properties

  • container_id :: String

    • Container’s ID in the format ‘docker://
  • exit_code :: Integer

    • Exit status from the last termination of the container
  • finished_at :: Kazan.Models.Unversioned.Time

    • Time at which the container last terminated
  • message :: String

    • Message regarding the last termination of the container
  • reason :: String

    • (brief) reason from the last termination of the container
  • signal :: Integer

    • Signal from the last termination of the container
  • started_at :: Kazan.Models.Unversioned.Time

    • Time at which previous execution of the container started