livenessProbeExecCommands

@JvmName(name = "gjnjerpxrccmqahv")
suspend fun livenessProbeExecCommands(value: Output<List<String>>)
@JvmName(name = "auqqorpyogaknhyp")
suspend fun livenessProbeExecCommands(value: List<String>?)

Parameters

value

Commands that you want to run in containers when you use the CLI to perform liveness probes.


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


@JvmName(name = "bpceufuysmlokxns")
suspend fun livenessProbeExecCommands(values: List<Output<String>>)
@JvmName(name = "yuigcrckkbqipkfh")
suspend fun livenessProbeExecCommands(vararg values: String)

Parameters

values

Commands that you want to run in containers when you use the CLI to perform liveness probes.