volumeMounts

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "birqmfhhvcbeensn")
suspend fun volumeMounts(argument: List<suspend VolumeMountPatchArgsBuilder.() -> Unit>)
@JvmName(name = "fksbtoilowgbxhon")
suspend fun volumeMounts(vararg argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)
@JvmName(name = "ifmwqfjesaqxuvtg")
suspend fun volumeMounts(argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)

Parameters

argument

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