parameters

@JvmName(name = "kpdkgfqlutvhrvxs")
suspend fun parameters(value: Output<Map<String, String>>)
@JvmName(name = "kcfecxqavjomqnkw")
suspend fun parameters(value: Map<String, String>?)

Parameters

value

(map[string]string: optional) An optional key-value map of strings passed directly to the CSI plugin to configure the volume.


@JvmName(name = "rcaxfkgwupaqjguy")
fun parameters(vararg values: Pair<String, String>)

Parameters

values

(map[string]string: optional) An optional key-value map of strings passed directly to the CSI plugin to configure the volume.