tests

@JvmName(name = "stlbmeuacitoyaly")
suspend fun tests(value: Output<List<String>>)
@JvmName(name = "qdenuojxsvhpqbwa")
suspend fun tests(value: List<String>)

Parameters

value

Command to run to check health. For example, to run curl -f localhost/health set the command to be ["CMD", "curl", "-f", "localhost/health"].


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


@JvmName(name = "qbvdllgblibnyloy")
suspend fun tests(values: List<Output<String>>)
@JvmName(name = "miuwjnfuwghgegvu")
suspend fun tests(vararg values: String)

Parameters

values

Command to run to check health. For example, to run curl -f localhost/health set the command to be ["CMD", "curl", "-f", "localhost/health"].