commands

@JvmName(name = "vsndcgyerjpagcxf")
suspend fun commands(value: Output<List<String>>)
@JvmName(name = "njdustqjvlrsblsi")
suspend fun commands(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "efwgdynxvqwrcexm")
suspend fun commands(values: List<Output<String>>)
@JvmName(name = "deggwrbrtwtaofeu")
suspend fun commands(vararg values: String)

Parameters

values

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