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