startupProbe

@JvmName(name = "efmclgmwuiroetxu")
suspend fun startupProbe(value: Output<ServiceTemplateContainerStartupProbeArgs>)
@JvmName(name = "ykleiqdxieyyndke")
suspend fun startupProbe(value: ServiceTemplateContainerStartupProbeArgs?)

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. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes Structure is documented below.


@JvmName(name = "pbivcwxhxprfwvrn")
suspend fun startupProbe(argument: suspend ServiceTemplateContainerStartupProbeArgsBuilder.() -> 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. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes Structure is documented below.