Glusterfs Persistent Volume Source
data class GlusterfsPersistentVolumeSource(val endpoints: String, val endpointsNamespace: String? = null, 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.