FunctionCustomContainerConfig

data class FunctionCustomContainerConfig(val args: String? = null, val command: String? = null, val image: String)

Constructors

Link copied to clipboard
constructor(args: String? = null, command: String? = null, image: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val args: String? = null

The args field specifies the arguments passed to the command.

Link copied to clipboard
val command: String? = null

The entry point of the container, which specifies the actual command run by the container.

Link copied to clipboard

The container image address.