volumeMounts

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "vpaxheysjktnwdbx")
suspend fun volumeMounts(argument: List<suspend VolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "bwvutouwqlqmsrsb")
suspend fun volumeMounts(vararg argument: suspend VolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "gdbuidgyysiqdamn")
suspend fun volumeMounts(argument: suspend VolumeMountArgsBuilder.() -> Unit)

Parameters

argument

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