volumeMounts

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "kgmdvkldyrwsymtr")
suspend fun volumeMounts(argument: List<suspend VolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "wqfltohkbfeysbfa")
suspend fun volumeMounts(vararg argument: suspend VolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "iqqnhijnjmkjdnhe")
suspend fun volumeMounts(argument: suspend VolumeMountArgsBuilder.() -> Unit)

Parameters

argument

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