volumeAttributes

@JvmName(name = "ybgkqtdpcpeyldsn")
suspend fun volumeAttributes(value: Output<Map<String, String>>)
@JvmName(name = "yektwnxlvwottgwv")
suspend fun volumeAttributes(value: Map<String, String>?)

Parameters

value

volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.


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

Parameters

values

volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.