volumeRefs

@JvmName(name = "ewchvigbhdsedfdb")
suspend fun volumeRefs(value: Output<List<VolumeReferenceArgs>>)
@JvmName(name = "lgpywufrcbcfpegs")
suspend fun volumeRefs(value: List<VolumeReferenceArgs>?)

Parameters

value

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


@JvmName(name = "rnnvrownfwndolru")
suspend fun volumeRefs(vararg values: Output<VolumeReferenceArgs>)


@JvmName(name = "xxluqosomycqmndo")
suspend fun volumeRefs(values: List<Output<VolumeReferenceArgs>>)
@JvmName(name = "afeglehwxdcuwcta")
suspend fun volumeRefs(vararg values: VolumeReferenceArgs)

Parameters

values

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


@JvmName(name = "ampkvdiwoqufkdgo")
suspend fun volumeRefs(argument: List<suspend VolumeReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "wrtelxvsiqhhxmxr")
suspend fun volumeRefs(vararg argument: suspend VolumeReferenceArgsBuilder.() -> Unit)
@JvmName(name = "axrbjfhxlyaujgdy")
suspend fun volumeRefs(argument: suspend VolumeReferenceArgsBuilder.() -> Unit)

Parameters

argument

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