Glusterfs Volume Source
data class GlusterfsVolumeSource(val endpoints: String, val path: String, val readOnly: Boolean? = null)
Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.