Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add function to parse canonical quantities (e.g. resources) #855

Merged
merged 1 commit into from
Aug 26, 2019

Commits on Aug 26, 2019

  1. 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.
    juliantaylor committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    8b385a8 View commit details
    Browse the repository at this point in the history