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