startupProbe

@JvmName(name = "sldxctdyataccivj")
suspend fun startupProbe(value: Output<ProbeSettingsArgs>)
@JvmName(name = "okmxhlhmxytqswcb")
suspend fun startupProbe(value: ProbeSettingsArgs?)

Parameters

value

This verifies whether the application within a container is started. Startup probes run before any other probe, and, unless it finishes successfully, disables other probes.


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

Parameters

argument

This verifies whether the application within a container is started. Startup probes run before any other probe, and, unless it finishes successfully, disables other probes.