readinessProbeExecCommands

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


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