startupProbe

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

Deprecated

Cloud Run Job does not support startup probe and `startup_probe` field will be removed in a future major release.

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.


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

Deprecated

Cloud Run Job does not support startup probe and `startup_probe` field will be removed in a future major release.

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.