startupProbe property

GoogleCloudRunV2Probe? startupProbe
getter/setter pair

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.

Implementation

GoogleCloudRunV2Probe? startupProbe;