Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.47 KB

V1ContainerStatus.md

File metadata and controls

17 lines (13 loc) · 1.47 KB

V1ContainerStatus

Properties

Name Type Description Notes
name str This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated.
state V1ContainerState Details about the container's current condition. [optional]
last_state V1ContainerState Details about the container's last termination condition. [optional]
ready bool Specifies whether the container has passed its readiness probe.
restart_count int 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.
image str The image the container is running. More info: http://releases.k8s.io/release-1.2/docs/user-guide/images.md
image_id str ImageID of the container's image.
container_id str Container's ID in the format 'docker://<container_id>'. More info: http://releases.k8s.io/release-1.2/docs/user-guide/container-environment.md#container-information [optional]

[Back to Model list] [Back to API list] [Back to README]