commands

@JvmName(name = "sqyunsujwhfkgyyg")
suspend fun commands(value: Output<List<String>>)
@JvmName(name = "kqqxjavwcdccuxki")
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 = "ictvcpntnstluaax")
suspend fun commands(vararg values: Output<String>)


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

Parameters

values

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