readinessProbeExecCommands

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


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