custom Container Config
Parameters
value
The configuration of the custom container runtime. After the configuration is successful, the function can use the custom container image to execute the function. code and customContainerConfig. See custom_container_config
below.
suspend fun customContainerConfig(argument: suspend V3FunctionCustomContainerConfigArgsBuilder.() -> Unit)
Parameters
argument
The configuration of the custom container runtime. After the configuration is successful, the function can use the custom container image to execute the function. code and customContainerConfig. See custom_container_config
below.