python/kubernetes/utils
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
..
__init__.py add function to parse canonical quantities (e.g. resources) 2019-08-26 21:49:58 +02:00
create_from_yaml.py Merge pull request #824 from tnqn/verbose 2019-07-23 12:48:14 -07:00
quantity.py add function to parse canonical quantities (e.g. resources) 2019-08-26 21:49:58 +02:00