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