mountOptions

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

Parameters

value

Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. "ro", "soft". Not validated - mount of the PVs will simply fail if one is invalid.


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


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

Parameters

values

Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. "ro", "soft". Not validated - mount of the PVs will simply fail if one is invalid.