initContainers

@JvmName(name = "dluvmbpxhdjsvtyc")
suspend fun initContainers(value: Output<List<JobDefinitionEksPropertiesPodPropertiesInitContainerArgs>>)

Parameters

value

Containers which 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. See containers below.


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


@JvmName(name = "hgatutvxkmxrsrvp")
suspend fun initContainers(values: List<Output<JobDefinitionEksPropertiesPodPropertiesInitContainerArgs>>)
@JvmName(name = "hytaiyqjakaeeket")
suspend fun initContainers(vararg values: JobDefinitionEksPropertiesPodPropertiesInitContainerArgs)

Parameters

values

Containers which 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. See containers below.


@JvmName(name = "tcnajcvekhwkltuu")
suspend fun initContainers(argument: List<suspend JobDefinitionEksPropertiesPodPropertiesInitContainerArgsBuilder.() -> Unit>)
@JvmName(name = "mdsqgfkaojxgtvyt")
suspend fun initContainers(vararg argument: suspend JobDefinitionEksPropertiesPodPropertiesInitContainerArgsBuilder.() -> Unit)
@JvmName(name = "llkymreadxwklwmo")
suspend fun initContainers(argument: suspend JobDefinitionEksPropertiesPodPropertiesInitContainerArgsBuilder.() -> Unit)

Parameters

argument

Containers which 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. See containers below.