Commit Graph

4 Commits

Author SHA1 Message Date
Rene Kschamer
ff49ce9a32 Adding utils.format_quantity 2025-02-14 21:42:22 +00:00
Mostapha Sadeghipour Roudsari
d83ab3e570
Fix small misspelling error
handly -> handle
2022-09-27 19:46:35 -04:00
dasydong
2f34a1ce94 Run spell check tools to fix typos:
gihub > github
hehavior > behavior
quanity > quantity
2020-03-24 15:53:59 +08:00
Julian Taylor
8b385a87dc add function to parse canonical quantities (e.g. resources)
This utility function is useful to parse values like the 200m or 300Gi
memory and cpu resources stored in kubernetes manifests.
It uses Decimal as output format as it usually represents typical input
values more accurately and reduces rounding errors.
2019-08-26 21:49:58 +02:00