mountOptions

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


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