readinessProbeExecCommands

@JvmName(name = "noetpuownctccgdh")
suspend fun readinessProbeExecCommands(value: Output<List<String>>)
@JvmName(name = "aldueeyreuniinie")
suspend fun readinessProbeExecCommands(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "cawqsiaduvqtbfll")
suspend fun readinessProbeExecCommands(values: List<Output<String>>)
@JvmName(name = "jqensficclvxufrx")
suspend fun readinessProbeExecCommands(vararg values: String)

Parameters

values

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