volumeAttributes

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