startupProbe

@JvmName(name = "ujbmwibaegqylpxk")
suspend fun startupProbe(value: Output<JobTemplateTemplateContainerStartupProbeArgs>)
@JvmName(name = "pchlypckhbmmoiih")
suspend fun startupProbe(value: JobTemplateTemplateContainerStartupProbeArgs?)

Deprecated

`startup_probe` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.

Parameters

value

(Optional, Deprecated) 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. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes This field is not supported in Cloud Run Job currently. Structure is documented below.

Warning: startup_probe is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.


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

Deprecated

`startup_probe` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.

Parameters

argument

(Optional, Deprecated) 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. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes This field is not supported in Cloud Run Job currently. Structure is documented below.

Warning: startup_probe is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.