readinessProbeExecCommands

@JvmName(name = "ywtuuhvgtscuemdk")
suspend fun readinessProbeExecCommands(value: Output<List<String>>)
@JvmName(name = "plswhyywdmhicpwj")
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 = "ysifmfcpcotnmawg")
suspend fun readinessProbeExecCommands(vararg values: Output<String>)


@JvmName(name = "tyrrhpiolveijlmp")
suspend fun readinessProbeExecCommands(values: List<Output<String>>)
@JvmName(name = "yvpbwfmehfmvhwjc")
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.