volumeMounts

@JvmName(name = "wjjewkhdbbcoaoig")
suspend fun volumeMounts(value: Output<List<VolumeMountArgs>>)
@JvmName(name = "vqblnntxpvgtxfaj")
suspend fun volumeMounts(value: List<VolumeMountArgs>?)

Parameters

value

Pod volumes to mount into the container's filesystem. Cannot be updated.


@JvmName(name = "ruggeicmfquyeqsi")
suspend fun volumeMounts(vararg values: Output<VolumeMountArgs>)


@JvmName(name = "uopjxwoqhixwlque")
suspend fun volumeMounts(values: List<Output<VolumeMountArgs>>)
@JvmName(name = "gbeubkaomdkhfgaj")
suspend fun volumeMounts(vararg values: VolumeMountArgs)

Parameters

values

Pod volumes to mount into the container's filesystem. Cannot be updated.


@JvmName(name = "mfsjyvcjhpfiptrp")
suspend fun volumeMounts(argument: List<suspend VolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "bwpbexpvcrollmkc")
suspend fun volumeMounts(vararg argument: suspend VolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "mqvpjxyvnyipdaay")
suspend fun volumeMounts(argument: suspend VolumeMountArgsBuilder.() -> Unit)

Parameters

argument

Pod volumes to mount into the container's filesystem. Cannot be updated.