Constant K8S_CONTAINER_STATUS_STATE

pub const K8S_CONTAINER_STATUS_STATE: &'static str;
Expand description

The state of the container. K8s ContainerState

§Notes

§Examples

  • "terminated"
  • "running"
  • "waiting"