Kazan v0.9.0 Kazan.Apis.Core.V1.ContainerStatus View Source

ContainerStatus contains details for the current status of this container.

OpenAPI Definition: io.k8s.api.core.v1.ContainerStatus

Properties

  • container_id :: String

    • Container’s ID in the format ‘docker://‘.
  • image :: String

    • The image the container is running. More info.
  • image_id :: String

    • ImageID of the container’s image.
  • last_state :: Kazan.Apis.Core.V1.ContainerState

    • Details about the container’s last termination condition.
  • name :: String

    • This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated.
  • ready :: Boolean

    • Specifies whether the container has passed its readiness probe.
  • restart_count :: Integer

    • The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC.
  • state :: Kazan.Apis.Core.V1.ContainerState

    • Details about the container’s current condition.