pub fn parse_go_duration(s: &str) -> Option<Duration>
Parse a Go-style duration string used in the CRDs (30m, 1h, 90s, or a bare number of seconds). Returns None for unparseable input.
30m
1h
90s
None