readinessGates

@JvmName(name = "oxsslmbgsehobukd")
suspend fun readinessGates(value: Output<List<PodReadinessGatePatchArgs>>)
@JvmName(name = "bshqsxwtpmiqrrlv")
suspend fun readinessGates(value: List<PodReadinessGatePatchArgs>?)

Parameters

value

If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates


@JvmName(name = "cbvpvtdiwvwjmtiu")
suspend fun readinessGates(vararg values: Output<PodReadinessGatePatchArgs>)


@JvmName(name = "ggdbqvmyhjelxvbl")
suspend fun readinessGates(values: List<Output<PodReadinessGatePatchArgs>>)
@JvmName(name = "fmswfpyhirqpehdq")
suspend fun readinessGates(vararg values: PodReadinessGatePatchArgs)

Parameters

values

If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates


@JvmName(name = "cevrssvcvwstlnhk")
suspend fun readinessGates(argument: List<suspend PodReadinessGatePatchArgsBuilder.() -> Unit>)
@JvmName(name = "xcxpwmdedwftpbug")
suspend fun readinessGates(vararg argument: suspend PodReadinessGatePatchArgsBuilder.() -> Unit)
@JvmName(name = "owvqcvbjnkrkrfcr")
suspend fun readinessGates(argument: suspend PodReadinessGatePatchArgsBuilder.() -> Unit)

Parameters

argument

If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates