RBDPersistent Volume Source Args
data class RBDPersistentVolumeSourceArgs(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<SecretReferenceArgs>? = null, val user: Output<String>? = null) : ConvertibleToJava<RBDPersistentVolumeSourceArgs>
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 RBDPersistentVolumeSourceArgs(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<SecretReferenceArgs>? = null, user: Output<String>? = null)