RBDPersistent Volume Source Patch
data class RBDPersistentVolumeSourcePatch(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: SecretReferencePatch? = 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 RBDPersistentVolumeSourcePatch(fsType: String? = null, image: String? = null, keyring: String? = null, monitors: List<String>? = null, pool: String? = null, readOnly: Boolean? = null, secretRef: SecretReferencePatch? = null, user: String? = null)