pub const K8S_CONTAINER_STATUS_REASON: &str = "k8s.container.status.reason";Expand description
The reason for the container state. Corresponds to the reason field of the: K8s ContainerStateWaiting or K8s ContainerStateTerminated
§Notes
§Examples
"ContainerCreating""CrashLoopBackOff""CreateContainerConfigError""ErrImagePull""ImagePullBackOff""OOMKilled""Completed""Error""ContainerCannotRun"