mountOptions

@JvmName(name = "ehqsdnclwvravlgm")
suspend fun mountOptions(value: Output<List<String>>)
@JvmName(name = "pkfldkvsfmscxivs")
suspend fun mountOptions(value: List<String>?)

Parameters

value

mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. "ro", "soft". Not validated - mount of the PVs will simply fail if one is invalid.


@JvmName(name = "qejfyhdlcttpiqof")
suspend fun mountOptions(vararg values: Output<String>)


@JvmName(name = "cqcnnboycntwanck")
suspend fun mountOptions(values: List<Output<String>>)
@JvmName(name = "qpxebnvarcqvtmjp")
suspend fun mountOptions(vararg values: String)

Parameters

values

mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. "ro", "soft". Not validated - mount of the PVs will simply fail if one is invalid.