volumeMounts

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

Parameters

value

VolumeMounts defines the collection of VolumeMount to inject into containers.


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


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

Parameters

values

VolumeMounts defines the collection of VolumeMount to inject into containers.


@JvmName(name = "tvuhxerqtxdhmebn")
suspend fun volumeMounts(argument: List<suspend VolumeMountPatchArgsBuilder.() -> Unit>)
@JvmName(name = "ivoplcsdypjtrijm")
suspend fun volumeMounts(vararg argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)
@JvmName(name = "covtvqbjxpnsalvc")
suspend fun volumeMounts(argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)

Parameters

argument

VolumeMounts defines the collection of VolumeMount to inject into containers.