initContainers

@JvmName(name = "dctikbkjjtagaddo")
suspend fun initContainers(value: Output<List<JobDefinitionEksContainerArgs>>)
@JvmName(name = "iosolhcvdvtwqiuv")
suspend fun initContainers(value: List<JobDefinitionEksContainerArgs>?)

Parameters

value

These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containers in the Kubernetes documentation .

This object is limited to 10 elements.


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


@JvmName(name = "ggnmbynktkcmwovw")
suspend fun initContainers(values: List<Output<JobDefinitionEksContainerArgs>>)
@JvmName(name = "wgqekkxwihdvmnei")
suspend fun initContainers(vararg values: JobDefinitionEksContainerArgs)

Parameters

values

These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containers in the Kubernetes documentation .

This object is limited to 10 elements.


@JvmName(name = "yxbefcaokhjirurv")
suspend fun initContainers(argument: List<suspend JobDefinitionEksContainerArgsBuilder.() -> Unit>)
@JvmName(name = "nwmjwiaufklsdscy")
suspend fun initContainers(vararg argument: suspend JobDefinitionEksContainerArgsBuilder.() -> Unit)
@JvmName(name = "ueaarjpbqklorldn")
suspend fun initContainers(argument: suspend JobDefinitionEksContainerArgsBuilder.() -> Unit)

Parameters

argument

These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containers in the Kubernetes documentation .

This object is limited to 10 elements.