volumeMounts

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "argyejbyjdydkhlk")
suspend fun volumeMounts(argument: List<suspend VolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "hlohfbirljrynvbi")
suspend fun volumeMounts(vararg argument: suspend VolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "qoyeabiqepencakj")
suspend fun volumeMounts(argument: suspend VolumeMountArgsBuilder.() -> Unit)

Parameters

argument

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