readinessGates

@JvmName(name = "gadnxtarqufnhtcs")
suspend fun readinessGates(value: Output<List<PodReadinessGateArgs>>)
@JvmName(name = "fmrwrrisftchwnfo")
suspend fun readinessGates(value: List<PodReadinessGateArgs>?)

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 = "umhnmyrlbfsungwm")
suspend fun readinessGates(vararg values: Output<PodReadinessGateArgs>)


@JvmName(name = "ofvqrtlppjvuemwl")
suspend fun readinessGates(values: List<Output<PodReadinessGateArgs>>)
@JvmName(name = "mkearlkblxbadsfg")
suspend fun readinessGates(vararg values: PodReadinessGateArgs)

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 = "bptppmxitdabytut")
suspend fun readinessGates(argument: List<suspend PodReadinessGateArgsBuilder.() -> Unit>)
@JvmName(name = "pspccbdfhphnikkh")
suspend fun readinessGates(vararg argument: suspend PodReadinessGateArgsBuilder.() -> Unit)
@JvmName(name = "aowvjggqdwyqgbqv")
suspend fun readinessGates(argument: suspend PodReadinessGateArgsBuilder.() -> 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