ApplicationLivenessV2Exec

data class ApplicationLivenessV2Exec(val commands: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Mirror start command. The command must be an executable object in the container. For example: sleep. Setting this command will cause the original startup command of the mirror to become invalid.