volumeMounts

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

Parameters

value

VolumeMounts defines the collection of VolumeMount to inject into containers.


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


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

Parameters

values

VolumeMounts defines the collection of VolumeMount to inject into containers.


@JvmName(name = "vpbssjysvpuvgotp")
suspend fun volumeMounts(argument: List<suspend VolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "cowwlleymstukhbg")
suspend fun volumeMounts(vararg argument: suspend VolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "ovaipaxhwkrlcalm")
suspend fun volumeMounts(argument: suspend VolumeMountArgsBuilder.() -> Unit)

Parameters

argument

VolumeMounts defines the collection of VolumeMount to inject into containers.