pub fn validate_backup_config_admission_extras(
spec: &SnapshotPolicySpec,
) -> Vec<ValidationError>Expand description
Admission-only extras for a SnapshotPolicy: the jitter 24h cap on both
verification tiers. The PARSE half already lives in validate_backup_config
(and has since these fields shipped); only the bound is new, so only the bound
is admission-only.