mountOptions

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


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