volumeMounts

@JvmName(name = "bxmvdrlpljaaijps")
suspend fun volumeMounts(value: Output<List<VolumeMountArgs>>)
@JvmName(name = "krhtyvshhjxblicp")
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 = "uvnuqscctcngkpjq")
suspend fun volumeMounts(vararg values: Output<VolumeMountArgs>)


@JvmName(name = "cexnibkimcvpstbe")
suspend fun volumeMounts(values: List<Output<VolumeMountArgs>>)
@JvmName(name = "akqbnvomxmqbuqun")
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 = "hikswvqttnpqmnid")
suspend fun volumeMounts(argument: List<suspend VolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "iuncifpwmaurfhvx")
suspend fun volumeMounts(vararg argument: suspend VolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "hmlhaofyquwulpdg")
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.