volumeMounts

@JvmName(name = "dvowvxjrhfgbgxsj")
suspend fun volumeMounts(value: Output<List<VolumeMountPatchArgs>>)
@JvmName(name = "wwmwxhrahslqcnoo")
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 = "jigutrqxgkvtmxkg")
suspend fun volumeMounts(vararg values: Output<VolumeMountPatchArgs>)


@JvmName(name = "xqlfkksvalrtoqht")
suspend fun volumeMounts(values: List<Output<VolumeMountPatchArgs>>)
@JvmName(name = "yghnwjjsfnmanqew")
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 = "midfgmpsqifxdffs")
suspend fun volumeMounts(argument: List<suspend VolumeMountPatchArgsBuilder.() -> Unit>)
@JvmName(name = "vjebsskvuxdotalb")
suspend fun volumeMounts(vararg argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)
@JvmName(name = "ihsdrrhvwrqflqdd")
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.