initContainers

@JvmName(name = "jghtyqecnbxqmypu")
suspend fun initContainers(value: Output<List<AppTemplateInitContainerArgs>>)
@JvmName(name = "kpsepajjfnlpajyj")
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 = "gpvlpvkqhrxsbpxq")
suspend fun initContainers(vararg values: Output<AppTemplateInitContainerArgs>)


@JvmName(name = "nuvlxptowawvwmgd")
suspend fun initContainers(values: List<Output<AppTemplateInitContainerArgs>>)
@JvmName(name = "berrmlyocdsfsdan")
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 = "yjlpmcjiidjtqvpr")
suspend fun initContainers(argument: List<suspend AppTemplateInitContainerArgsBuilder.() -> Unit>)
@JvmName(name = "eksuwaooyelyljor")
suspend fun initContainers(vararg argument: suspend AppTemplateInitContainerArgsBuilder.() -> Unit)
@JvmName(name = "eijygrldoroxiaeh")
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.