volumeAttributes

@JvmName(name = "axuppbampiwjrmcb")
suspend fun volumeAttributes(value: Output<Map<String, String>>)
@JvmName(name = "hvxnqnufuuknwtlf")
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 = "nadbqdciuhlkxhym")
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.