startupProbe

@JvmName(name = "gkjigfqglurlrgpv")
suspend fun startupProbe(value: Output<ProbeArgs>)
@JvmName(name = "esxqrkcftonvkhed")
suspend fun startupProbe(value: ProbeArgs?)

Parameters

value

Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not receive traffic if the probe fails. If not provided, a default startup probe with TCP socket action is used.


@JvmName(name = "bqxmpilkpfgtxwre")
suspend fun startupProbe(argument: suspend ProbeArgsBuilder.() -> Unit)

Parameters

argument

Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not receive traffic if the probe fails. If not provided, a default startup probe with TCP socket action is used.