startupProbe

@JvmName(name = "psppuwhuiwxqhjxi")
suspend fun startupProbe(value: Output<GoogleCloudRunV2ProbeArgs>)
@JvmName(name = "oxrvxddknprunlpx")
suspend fun startupProbe(value: GoogleCloudRunV2ProbeArgs?)

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.


@JvmName(name = "gvlqnrphturicqda")
suspend fun startupProbe(argument: suspend GoogleCloudRunV2ProbeArgsBuilder.() -> 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.