initContainers

@JvmName(name = "pkipwhfqtfatcpmq")
suspend fun initContainers(value: Output<List<GroupInitContainerArgs>>)
@JvmName(name = "rgjeyhcpthtgvdkm")
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 = "usqxvsnupjxhqwnf")
suspend fun initContainers(vararg values: Output<GroupInitContainerArgs>)


@JvmName(name = "gofurwwldocemilb")
suspend fun initContainers(values: List<Output<GroupInitContainerArgs>>)
@JvmName(name = "yfimxbpsithwlnbi")
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 = "mfyguowabivflvfn")
suspend fun initContainers(argument: List<suspend GroupInitContainerArgsBuilder.() -> Unit>)
@JvmName(name = "otmhspbtptkwhpry")
suspend fun initContainers(vararg argument: suspend GroupInitContainerArgsBuilder.() -> Unit)
@JvmName(name = "itwhxspwxihjhihw")
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.