volumes

@JvmName(name = "krpbciobhlchswtb")
suspend fun volumes(value: Output<List<GroupInitContainerVolumeArgs>>)
@JvmName(name = "dwhrwuqvbugbxcni")
suspend fun volumes(value: List<GroupInitContainerVolumeArgs>?)

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 = "fruewaoxibhfopqx")
suspend fun volumes(vararg values: Output<GroupInitContainerVolumeArgs>)


@JvmName(name = "fkljqtbjgyfrqyuv")
suspend fun volumes(values: List<Output<GroupInitContainerVolumeArgs>>)
@JvmName(name = "wtgamkoyjqcntblf")
suspend fun volumes(vararg values: GroupInitContainerVolumeArgs)

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 = "adnbpjfbtfiswkvq")
suspend fun volumes(argument: List<suspend GroupInitContainerVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "sgiyuyyslpfatoen")
suspend fun volumes(vararg argument: suspend GroupInitContainerVolumeArgsBuilder.() -> Unit)
@JvmName(name = "vbwcyxyftcpeatjx")
suspend fun volumes(argument: suspend GroupInitContainerVolumeArgsBuilder.() -> 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.