startupProbe

@JvmName(name = "fjixvdujiqcxekav")
suspend fun startupProbe(value: Output<GoogleCloudRunV2ProbeArgs>)
@JvmName(name = "vaujphkpysemknng")
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 = "mmalygjmkeckcwmi")
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.