livenessProbeExecCommands

@JvmName(name = "yrnsderdasqcdfes")
suspend fun livenessProbeExecCommands(value: Output<List<String>>)
@JvmName(name = "fsuhdgvxucpfdvme")
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 = "ahlxadpmlfrshqcn")
suspend fun livenessProbeExecCommands(vararg values: Output<String>)


@JvmName(name = "kmrwvnnuapymiado")
suspend fun livenessProbeExecCommands(values: List<Output<String>>)
@JvmName(name = "sabgosmrhxuqvkfc")
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.