ContainerExecArgs

data class ContainerExecArgs(val command: Output<List<String>>? = null) : ConvertibleToJava<ContainerExecArgs>

The container execution command, for liveness or readiness probe

Constructors

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

Properties

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

The commands to execute within the container.

Functions

Link copied to clipboard
open override fun toJava(): ContainerExecArgs