readinessV2

@JvmName(name = "ybadpfqhmfoswyje")
suspend fun readinessV2(value: Output<ApplicationReadinessV2Args>)
@JvmName(name = "fwkehumcjrcpuyhf")
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 = "hyeevyrmaugqdfbn")
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.