ContainerGroupContainerLivenessProbeExecArgs

data class ContainerGroupContainerLivenessProbeExecArgs(val commands: Output<List<String>>? = null) : ConvertibleToJava<ContainerGroupContainerLivenessProbeExecArgs>

Constructors

Functions

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

Properties

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

The commands run by the init container.