volumeMounts

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

Parameters

value

The volume mounts available to the init container.


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


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

Parameters

values

The volume mounts available to the init container.


@JvmName(name = "ymgsrgfbjembdhas")
suspend fun volumeMounts(argument: List<suspend VolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "skhilwdkhgntdbdo")
suspend fun volumeMounts(vararg argument: suspend VolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "thohpixrmubpwdtk")
suspend fun volumeMounts(argument: suspend VolumeMountArgsBuilder.() -> Unit)

Parameters

argument

The volume mounts available to the init container.