volumeMounts

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "jhbbmxdgfjuyytwn")
suspend fun volumeMounts(argument: List<suspend VolumeMountPatchArgsBuilder.() -> Unit>)
@JvmName(name = "tsaqyvtvsuwjiwdv")
suspend fun volumeMounts(vararg argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)
@JvmName(name = "jjrucwhntpwulkeb")
suspend fun volumeMounts(argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)

Parameters

argument

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