volumeMounts

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

Parameters

value

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.


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


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

Parameters

values

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.


@JvmName(name = "chnmwafqwmsttfmg")
suspend fun volumeMounts(argument: List<suspend VolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "uiaefbcthnokfhdi")
suspend fun volumeMounts(vararg argument: suspend VolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "gjcrjuyjapabeodl")
suspend fun volumeMounts(argument: suspend VolumeMountArgsBuilder.() -> Unit)

Parameters

argument

Volume to mount into the container's filesystem. Only supports SecretVolumeSources. Pod volumes to mount into the container's filesystem.