mountOptions

@JvmName(name = "xlkftldtiqqslxhp")
suspend fun mountOptions(value: Output<List<String>>)
@JvmName(name = "sitnumyhflyceaad")
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 = "ibiyflxqgyjbqxqd")
suspend fun mountOptions(vararg values: Output<String>)


@JvmName(name = "jvnhjiwroqbqabuv")
suspend fun mountOptions(values: List<Output<String>>)
@JvmName(name = "nkwqnppxogmbvqui")
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.