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