RBDVolume Source Patch Args
data class RBDVolumeSourcePatchArgs(val fsType: Output<String>? = null, val image: Output<String>? = null, val keyring: Output<String>? = null, val monitors: Output<List<String>>? = null, val pool: Output<String>? = null, val readOnly: Output<Boolean>? = null, val secretRef: Output<LocalObjectReferencePatchArgs>? = null, val user: Output<String>? = null) : ConvertibleToJava<RBDVolumeSourcePatchArgs>
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 RBDVolumeSourcePatchArgs(fsType: Output<String>? = null, image: Output<String>? = null, keyring: Output<String>? = null, monitors: Output<List<String>>? = null, pool: Output<String>? = null, readOnly: Output<Boolean>? = null, secretRef: Output<LocalObjectReferencePatchArgs>? = null, user: Output<String>? = null)