startupProbe

@JvmName(name = "csemyjbqfuaembhs")
suspend fun startupProbe(value: Output<ServiceTemplateSpecContainerStartupProbeArgs>)
@JvmName(name = "idmjwmcjovyjcqkg")
suspend fun startupProbe(value: ServiceTemplateSpecContainerStartupProbeArgs?)

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 be added to service endpoints if the probe fails. Structure is documented below.


@JvmName(name = "iwbokpiishtxqjpn")
suspend fun startupProbe(argument: suspend ServiceTemplateSpecContainerStartupProbeArgsBuilder.() -> 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 be added to service endpoints if the probe fails. Structure is documented below.