tests

@JvmName(name = "rbdxecjjvqyfktub")
suspend fun tests(value: Output<List<String>>)
@JvmName(name = "yrqxyfuspakstucy")
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 = "frssrtklbymjpdcd")
suspend fun tests(vararg values: Output<String>)


@JvmName(name = "qsnnlvcgqtmuwbfc")
suspend fun tests(values: List<Output<String>>)
@JvmName(name = "pjvmvmotvhapbljg")
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"].