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