volumes

@JvmName(name = "nrvjriqguxjgpojn")
suspend fun volumes(value: Output<List<ApplicationScopedVolumeArgs>>)
@JvmName(name = "feqfcntsgrhmgmfy")
suspend fun volumes(value: List<ApplicationScopedVolumeArgs>?)

Parameters

value

Volumes to be attached to the container. The lifetime of these volumes is scoped to the application's lifetime.


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


@JvmName(name = "otejsicadsckbdbq")
suspend fun volumes(values: List<Output<ApplicationScopedVolumeArgs>>)
@JvmName(name = "berveltvtlrnyvet")
suspend fun volumes(vararg values: ApplicationScopedVolumeArgs)

Parameters

values

Volumes to be attached to the container. The lifetime of these volumes is scoped to the application's lifetime.


@JvmName(name = "tipbohbhcjgydxgl")
suspend fun volumes(argument: List<suspend ApplicationScopedVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "kvvwbekvyuccfswg")
suspend fun volumes(vararg argument: suspend ApplicationScopedVolumeArgsBuilder.() -> Unit)
@JvmName(name = "ktmoxvdxsxjbjorb")
suspend fun volumes(argument: suspend ApplicationScopedVolumeArgsBuilder.() -> Unit)

Parameters

argument

Volumes to be attached to the container. The lifetime of these volumes is scoped to the application's lifetime.