K8S_CONTAINER_STATUS_STATE

Constant K8S_CONTAINER_STATUS_STATE 

Source
pub const K8S_CONTAINER_STATUS_STATE: &str = "k8s.container.status.state";
Expand description

The state of the container. K8s ContainerState

§Notes

§Examples

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