pub fn pod_startup_deadline_seconds(
failure_policy: Option<&FailurePolicy>,
) -> i64Expand description
The effective pod-startup deadline (seconds) for a mover Job: the recipe’s
failurePolicy.podStartupDeadlineSeconds, or DEFAULT_POD_STARTUP_DEADLINE_SECONDS
when unset. Shared by every reconciler that fast-fails a wedged mover (Snapshot,
Restore, Maintenance) so the same default is applied identically on all three.