File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88//! Go's `time.ParseDuration`, with additional restrictions: negative
99//! durations, units smaller than millisecond, and floating point are not
1010//! allowed, and durations are limited to four components of no more than five
11- //! digits each. See https://gateway-api.sigs.k8s.io/geps/gep-2257 for the
11+ //! digits each. See < https://gateway-api.sigs.k8s.io/geps/gep-2257> for the
1212//! complete specification.
1313
1414use kube_core:: Duration as k8sDuration;
@@ -24,7 +24,7 @@ use std::time::Duration as stdDuration;
2424/// obey GEP-2257. It is based on `std::time::Duration` and uses
2525/// `kube::core::Duration` for the heavy lifting of parsing.
2626///
27- /// See https://gateway-api.sigs.k8s.io/geps/gep-2257 for the complete
27+ /// See < https://gateway-api.sigs.k8s.io/geps/gep-2257> for the complete
2828/// specification.
2929///
3030/// Per GEP-2257, when parsing a `gateway_api::Duration` from a string, the
You can’t perform that action at this time.
0 commit comments