withoutStartupProbeOverride method
Creates options that clear any explicit startup-probe override.
After calling this helper, startup probing returns to the default terminal-driven auto behavior.
Implementation
ProgramOptions withoutStartupProbeOverride() =>
_copyClearingNullable(startupProbes: null);