command

@JvmName(name = "qargopljmgicmsje")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "eaxtrvrxtchbympi")
suspend fun command(value: List<String>)

Parameters

value

A string array representing the command that the container runs to determine if it is healthy.


@JvmName(name = "ltrdmtsavtisiwtf")
suspend fun command(vararg values: Output<String>)


@JvmName(name = "vxyenwdhwjaqroni")
suspend fun command(values: List<Output<String>>)
@JvmName(name = "csovhoqjityfjqdp")
suspend fun command(vararg values: String)

Parameters

values

A string array representing the command that the container runs to determine if it is healthy.