Constant K8S_VOLUME_TYPE

Source
pub const K8S_VOLUME_TYPE: &'static str;
Expand description

The type of the K8s volume.

§Notes

§Examples

  • "emptyDir"
  • "persistentVolumeClaim"