readinessV2

@JvmName(name = "sullxficqxrefvda")
suspend fun readinessV2(value: Output<ApplicationReadinessV2Args>)
@JvmName(name = "amdjdddykikkpomm")
suspend fun readinessV2(value: ApplicationReadinessV2Args?)

Parameters

value

The readiness check settings of the container. If a container fails this health check multiple times, the container is stopped and then restarted. See readiness_v2 below.


@JvmName(name = "yddxshxbsyaeogdw")
suspend fun readinessV2(argument: suspend ApplicationReadinessV2ArgsBuilder.() -> Unit)

Parameters

argument

The readiness check settings of the container. If a container fails this health check multiple times, the container is stopped and then restarted. See readiness_v2 below.