RBDVolume Source
data class RBDVolumeSource(val fsType: String? = null, val image: String, val keyring: String? = null, val monitors: List<String>, val pool: String? = null, val readOnly: Boolean? = null, val secretRef: LocalObjectReference? = 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 RBDVolumeSource(fsType: String? = null, image: String, keyring: String? = null, monitors: List<String>, pool: String? = null, readOnly: Boolean? = null, secretRef: LocalObjectReference? = null, user: String? = null)