volumeRefs

@JvmName(name = "ruugjlqqpqyrwtlx")
suspend fun volumeRefs(value: Output<List<VolumeReferenceArgs>>)
@JvmName(name = "ytjyotitjwmhuspt")
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 = "rkxrgavecuenwveb")
suspend fun volumeRefs(vararg values: Output<VolumeReferenceArgs>)


@JvmName(name = "sqvoxelymrexermn")
suspend fun volumeRefs(values: List<Output<VolumeReferenceArgs>>)
@JvmName(name = "hxvrgirqxwxnpjud")
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 = "klrduysvodoctybh")
suspend fun volumeRefs(argument: List<suspend VolumeReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "citjgaptubbxugej")
suspend fun volumeRefs(vararg argument: suspend VolumeReferenceArgsBuilder.() -> Unit)
@JvmName(name = "vnhkymafemhbnsmd")
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.