volumes

@JvmName(name = "ibaptnfjkatwcarr")
suspend fun volumes(value: Output<List<GroupContainerVolumeArgs>>)
@JvmName(name = "diiyveijfglhhman")
suspend fun volumes(value: List<GroupContainerVolumeArgs>?)

Parameters

value

The definition of a volume mount for this container as documented in the volume block below. Changing this forces a new resource to be created.


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


@JvmName(name = "mmplxemynbbhsvnm")
suspend fun volumes(values: List<Output<GroupContainerVolumeArgs>>)
@JvmName(name = "ndthclnpschvhtef")
suspend fun volumes(vararg values: GroupContainerVolumeArgs)

Parameters

values

The definition of a volume mount for this container as documented in the volume block below. Changing this forces a new resource to be created.


@JvmName(name = "xlmpburevdlxsxwg")
suspend fun volumes(argument: List<suspend GroupContainerVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "nyyyghuuauxtxmoy")
suspend fun volumes(vararg argument: suspend GroupContainerVolumeArgsBuilder.() -> Unit)
@JvmName(name = "xxwbxrliqolhblmy")
suspend fun volumes(argument: suspend GroupContainerVolumeArgsBuilder.() -> Unit)

Parameters

argument

The definition of a volume mount for this container as documented in the volume block below. Changing this forces a new resource to be created.