volumes

@JvmName(name = "jvlpagwnyjycinmy")
suspend fun volumes(value: Output<List<VolumeArgs>>)
@JvmName(name = "hbifbfeduqkdbnep")
suspend fun volumes(value: List<VolumeArgs>?)

Parameters

value

List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration.


@JvmName(name = "vaabskkbhkqjpsrv")
suspend fun volumes(vararg values: Output<VolumeArgs>)


@JvmName(name = "ckasqaormutfattk")
suspend fun volumes(values: List<Output<VolumeArgs>>)
@JvmName(name = "lvokssemqsikwtfa")
suspend fun volumes(vararg values: VolumeArgs)

Parameters

values

List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration.


@JvmName(name = "httpkgmrqulreejq")
suspend fun volumes(argument: List<suspend VolumeArgsBuilder.() -> Unit>)
@JvmName(name = "sijpgujwtwuykeyb")
suspend fun volumes(vararg argument: suspend VolumeArgsBuilder.() -> Unit)
@JvmName(name = "jhbtdoixynsjgetg")
suspend fun volumes(argument: suspend VolumeArgsBuilder.() -> Unit)

Parameters

argument

List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration.