Quobyte Volume Source Patch
data class QuobyteVolumeSourcePatch(val group: String? = null, val readOnly: Boolean? = null, val registry: String? = null, val tenant: String? = null, val user: String? = null, val volume: String? = null)
Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.