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