command

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


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

Parameters

values

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