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