Constant K8S_CONTAINER_STATUS_REASON

pub const K8S_CONTAINER_STATUS_REASON: &'static str;
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"