initContainers

@JvmName(name = "bbjesrqhrnnprdjb")
suspend fun initContainers(value: Output<List<GroupInitContainerArgs>>)
@JvmName(name = "gpqvbjmmcydsthmh")
suspend fun initContainers(value: List<GroupInitContainerArgs>?)

Parameters

value

The definition of an init container that is part of the group as documented in the init_container block below. Changing this forces a new resource to be created.


@JvmName(name = "ycxianuesqcxurnp")
suspend fun initContainers(vararg values: Output<GroupInitContainerArgs>)


@JvmName(name = "lmfvbruskdajisaa")
suspend fun initContainers(values: List<Output<GroupInitContainerArgs>>)
@JvmName(name = "bhpfrhwhtiifehlo")
suspend fun initContainers(vararg values: GroupInitContainerArgs)

Parameters

values

The definition of an init container that is part of the group as documented in the init_container block below. Changing this forces a new resource to be created.


@JvmName(name = "kbtydceffgowpfkd")
suspend fun initContainers(argument: List<suspend GroupInitContainerArgsBuilder.() -> Unit>)
@JvmName(name = "vpyrvtwtxoxweyxc")
suspend fun initContainers(vararg argument: suspend GroupInitContainerArgsBuilder.() -> Unit)
@JvmName(name = "owbiksmqbtjrifxh")
suspend fun initContainers(argument: suspend GroupInitContainerArgsBuilder.() -> Unit)

Parameters

argument

The definition of an init container that is part of the group as documented in the init_container block below. Changing this forces a new resource to be created.