volumeMounts

@JvmName(name = "thcwayctjvqvhgnb")
suspend fun volumeMounts(value: Output<List<VolumeMountPatchArgs>>)
@JvmName(name = "jaexyyqlqynnldge")
suspend fun volumeMounts(value: List<VolumeMountPatchArgs>?)

Parameters

value

Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated.


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


@JvmName(name = "ogqhoxtypgdiuiey")
suspend fun volumeMounts(values: List<Output<VolumeMountPatchArgs>>)
@JvmName(name = "lujrxvsqwwjukdrh")
suspend fun volumeMounts(vararg values: VolumeMountPatchArgs)

Parameters

values

Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated.


@JvmName(name = "oqvlrxxghtifmyds")
suspend fun volumeMounts(argument: List<suspend VolumeMountPatchArgsBuilder.() -> Unit>)
@JvmName(name = "eyhyqxylgyhtpnyh")
suspend fun volumeMounts(vararg argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)
@JvmName(name = "uscgoxwsgvkhophd")
suspend fun volumeMounts(argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)

Parameters

argument

Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated.