RBDVolume Source Patch
data class RBDVolumeSourcePatch(val fsType: String? = null, val image: String? = null, val keyring: String? = null, val monitors: List<String>? = null, val pool: String? = null, val readOnly: Boolean? = null, val secretRef: LocalObjectReferencePatch? = null, val user: String? = null)
Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.
Constructors
Link copied to clipboard
fun RBDVolumeSourcePatch(fsType: String? = null, image: String? = null, keyring: String? = null, monitors: List<String>? = null, pool: String? = null, readOnly: Boolean? = null, secretRef: LocalObjectReferencePatch? = null, user: String? = null)