volumes

@JvmName(name = "nqgtpupissyndkxi")
suspend fun volumes(value: Output<List<GroupContainerVolumeArgs>>)
@JvmName(name = "gbgawcppifqjdboe")
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 = "pucmjxsgctfwcomc")
suspend fun volumes(vararg values: Output<GroupContainerVolumeArgs>)


@JvmName(name = "emcwlymiehkvjkmu")
suspend fun volumes(values: List<Output<GroupContainerVolumeArgs>>)
@JvmName(name = "orrlavdieohddvwn")
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 = "utlfmncujwarvyys")
suspend fun volumes(argument: List<suspend GroupContainerVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "uhhonjxespksvvxk")
suspend fun volumes(vararg argument: suspend GroupContainerVolumeArgsBuilder.() -> Unit)
@JvmName(name = "awecdrehacqqimmh")
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.