code Packages
Parameters
value
Describes the set of code packages that forms the service. A code package describes the container and the properties for running it. All the code packages are started together on the same host and share the same context (network, process etc.).
Parameters
values
Describes the set of code packages that forms the service. A code package describes the container and the properties for running it. All the code packages are started together on the same host and share the same context (network, process etc.).
suspend fun codePackages(argument: List<suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit>)
suspend fun codePackages(vararg argument: suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit)
Parameters
argument
Describes the set of code packages that forms the service. A code package describes the container and the properties for running it. All the code packages are started together on the same host and share the same context (network, process etc.).