volumeMounts

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "mepxujsdejhpnotw")
suspend fun volumeMounts(argument: List<suspend VolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "fmjdstgcpmlqcwfi")
suspend fun volumeMounts(vararg argument: suspend VolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "phcbblqttpkspkhx")
suspend fun volumeMounts(argument: suspend VolumeMountArgsBuilder.() -> Unit)

Parameters

argument

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