struct
Kubernetes::ContainerStatus
- Kubernetes::ContainerStatus
- Struct
- Value
- Object
Overview
ContainerStatus contains details for the current status of this container.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_core_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#allocated_resources : Hash(String, Quantity) | Nil
AllocatedResources represents the compute resources allocated for this container by the node.
-
#allocated_resources=(allocated_resources : Hash(String, Quantity) | Nil)
AllocatedResources represents the compute resources allocated for this container by the node.
-
#allocated_resources_status : Array(ResourceStatus) | Nil
AllocatedResourcesStatus represents the status of various resources allocated for this Pod.
-
#allocated_resources_status=(allocated_resources_status : Array(ResourceStatus) | Nil)
AllocatedResourcesStatus represents the status of various resources allocated for this Pod.
-
#container_id : String | Nil
ContainerID is the ID of the container in the format '
://<container_id>'. -
#container_id=(container_id : String | Nil)
ContainerID is the ID of the container in the format '
://<container_id>'. -
#image : String | Nil
Image is the name of container image that the container is running.
-
#image=(image : String | Nil)
Image is the name of container image that the container is running.
-
#image_id : String | Nil
ImageID is the image ID of the container's image.
-
#image_id=(image_id : String | Nil)
ImageID is the image ID of the container's image.
-
#last_state : ContainerState | Nil
LastTerminationState holds the last termination state of the container to help debug container crashes and restarts.
-
#last_state=(last_state : ContainerState | Nil)
LastTerminationState holds the last termination state of the container to help debug container crashes and restarts.
-
#name : String | Nil
Name is a DNS_LABEL representing the unique name of the container.
-
#name=(name : String | Nil)
Name is a DNS_LABEL representing the unique name of the container.
-
#ready : Bool | Nil
Ready specifies whether the container is currently passing its readiness check.
-
#ready=(ready : Bool | Nil)
Ready specifies whether the container is currently passing its readiness check.
-
#resources : ResourceRequirements | Nil
Resources represents the compute resource requests and limits that have been successfully enacted on the running container after it has been started or has been successfully resized.
-
#resources=(resources : ResourceRequirements | Nil)
Resources represents the compute resource requests and limits that have been successfully enacted on the running container after it has been started or has been successfully resized.
-
#restart_count : Int32 | Nil
RestartCount holds the number of times the container has been restarted.
-
#restart_count=(restart_count : Int32 | Nil)
RestartCount holds the number of times the container has been restarted.
-
#started : Bool | Nil
Started indicates whether the container has finished its postStart lifecycle hook and passed its startup probe.
-
#started=(started : Bool | Nil)
Started indicates whether the container has finished its postStart lifecycle hook and passed its startup probe.
-
#state : ContainerState | Nil
State holds details about the container's current condition.
-
#state=(state : ContainerState | Nil)
State holds details about the container's current condition.
-
#stop_signal : String | Nil
StopSignal reports the effective stop signal for this container
-
#stop_signal=(stop_signal : String | Nil)
StopSignal reports the effective stop signal for this container
-
#user : ContainerUser | Nil
User represents user identity information initially attached to the first process of the container
-
#user=(user : ContainerUser | Nil)
User represents user identity information initially attached to the first process of the container
-
#volume_mounts : Array(VolumeMountStatus) | Nil
Status of volume mounts.
-
#volume_mounts=(volume_mounts : Array(VolumeMountStatus) | Nil)
Status of volume mounts.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.
AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.
AllocatedResourcesStatus represents the status of various resources allocated for this Pod.
AllocatedResourcesStatus represents the status of various resources allocated for this Pod.
ContainerID is the ID of the container in the format '
ContainerID is the ID of the container in the format '
Image is the name of container image that the container is running. The container image may not match the image used in the PodSpec, as it may have been resolved by the runtime. More info: https://kubernetes.io/docs/concepts/containers/images.
Image is the name of container image that the container is running. The container image may not match the image used in the PodSpec, as it may have been resolved by the runtime. More info: https://kubernetes.io/docs/concepts/containers/images.
ImageID is the image ID of the container's image. The image ID may not match the image ID of the image used in the PodSpec, as it may have been resolved by the runtime.
ImageID is the image ID of the container's image. The image ID may not match the image ID of the image used in the PodSpec, as it may have been resolved by the runtime.
LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0.
LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0.
Name is a DNS_LABEL representing the unique name of the container. Each container in a pod must have a unique name across all container types. Cannot be updated.
Name is a DNS_LABEL representing the unique name of the container. Each container in a pod must have a unique name across all container types. Cannot be updated.
Ready specifies whether the container is currently passing its readiness check. The value will change as readiness probes keep executing. If no readiness probes are specified, this field defaults to true once the container is fully started (see Started field). The value is typically used to determine whether a container is ready to accept traffic.
Ready specifies whether the container is currently passing its readiness check. The value will change as readiness probes keep executing. If no readiness probes are specified, this field defaults to true once the container is fully started (see Started field). The value is typically used to determine whether a container is ready to accept traffic.
Resources represents the compute resource requests and limits that have been successfully enacted on the running container after it has been started or has been successfully resized.
Resources represents the compute resource requests and limits that have been successfully enacted on the running container after it has been started or has been successfully resized.
RestartCount holds the number of times the container has been restarted. Kubelet makes an effort to always increment the value, but there are cases when the state may be lost due to node restarts and then the value may be reset to 0. The value is never negative.
RestartCount holds the number of times the container has been restarted. Kubelet makes an effort to always increment the value, but there are cases when the state may be lost due to node restarts and then the value may be reset to 0. The value is never negative.
Started indicates whether the container has finished its postStart lifecycle hook and passed its startup probe. Initialized as false, becomes true after startupProbe is considered successful. Resets to false when the container is restarted, or if kubelet loses state temporarily. In both cases, startup probes will run again. Is always true when no startupProbe is defined and container is running and has passed the postStart lifecycle hook. The null value must be treated the same as false.
Started indicates whether the container has finished its postStart lifecycle hook and passed its startup probe. Initialized as false, becomes true after startupProbe is considered successful. Resets to false when the container is restarted, or if kubelet loses state temporarily. In both cases, startup probes will run again. Is always true when no startupProbe is defined and container is running and has passed the postStart lifecycle hook. The null value must be treated the same as false.
State holds details about the container's current condition.
StopSignal reports the effective stop signal for this container
User represents user identity information initially attached to the first process of the container
User represents user identity information initially attached to the first process of the container