ContainerGroupContainerReadinessProbeExecArgs

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

Constructors

Functions

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

Properties

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

Commands to be executed inside the container when performing health checks using the command line method.