initContainers

@JvmName(name = "hgkubrrlgoffhfmt")
suspend fun initContainers(value: Output<List<AppTemplateInitContainerArgs>>)
@JvmName(name = "ycbtclogabnjngxy")
suspend fun initContainers(value: List<AppTemplateInitContainerArgs>?)

Parameters

value

The definition of an init container that is part of the group as documented in the init_container block below.


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


@JvmName(name = "ufabudctdjirernh")
suspend fun initContainers(values: List<Output<AppTemplateInitContainerArgs>>)
@JvmName(name = "giutxyuufubaedmr")
suspend fun initContainers(vararg values: AppTemplateInitContainerArgs)

Parameters

values

The definition of an init container that is part of the group as documented in the init_container block below.


@JvmName(name = "mrenmkfawyaojgbb")
suspend fun initContainers(argument: List<suspend AppTemplateInitContainerArgsBuilder.() -> Unit>)
@JvmName(name = "fwfoxqnrsygkfrao")
suspend fun initContainers(vararg argument: suspend AppTemplateInitContainerArgsBuilder.() -> Unit)
@JvmName(name = "tncwikxbcucuydyx")
suspend fun initContainers(argument: suspend AppTemplateInitContainerArgsBuilder.() -> Unit)

Parameters

argument

The definition of an init container that is part of the group as documented in the init_container block below.