ContainerExecResponse

data class ContainerExecResponse(val command: List<String>? = null)

The container execution command, for liveness or readiness probe

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The commands to execute within the container.