readinessV2

@JvmName(name = "mjikqjdyiixwskob")
suspend fun readinessV2(value: Output<ApplicationReadinessV2Args>)
@JvmName(name = "asvfjclxbksinpxk")
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 = "btfothokgwbrynon")
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.