initContainers

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


@JvmName(name = "frbsfgdidmbbbque")
suspend fun initContainers(values: List<Output<GroupInitContainerArgs>>)
@JvmName(name = "clmlpmljvvtfqpoa")
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 = "navfeiqkptpklmtc")
suspend fun initContainers(argument: List<suspend GroupInitContainerArgsBuilder.() -> Unit>)
@JvmName(name = "ouoighawgnjlhahs")
suspend fun initContainers(vararg argument: suspend GroupInitContainerArgsBuilder.() -> Unit)
@JvmName(name = "gycaofdmdinvrskc")
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.