withStartupProbes method

ProgramOptions withStartupProbes(
  1. bool enabled
)

Creates options with startup probes forced on or off.

Implementation

ProgramOptions withStartupProbes(bool enabled) =>
    copyWith(startupProbes: enabled);