FunctionImageConfig

data class FunctionImageConfig(val commands: List<String>? = null, val entryPoints: List<String>? = null, val workingDirectory: String? = null)

Constructors

Link copied to clipboard
constructor(commands: List<String>? = null, entryPoints: List<String>? = null, workingDirectory: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val commands: List<String>? = null

Parameters that you want to pass in with entry_point.

Link copied to clipboard
val entryPoints: List<String>? = null

Entry point to your application, which is typically the location of the runtime executable.

Link copied to clipboard

Working directory.