command

@JvmName(name = "gocnoinkehvctmlc")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "nixevfjliktcuygq")
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 = "tmpfltswdbkqbiwh")
suspend fun command(vararg values: Output<String>)


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

Parameters

values

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