Files
kubernetes/pkg/api
k8s-merge-robot 3717e4e46b Merge pull request #26033 from smarterclayton/safer_quantity
Automatic merge from submit-queue

Round should avoid clearing s, save a string

Instead of saving bytes, save a string, which makes String() faster
and does not unduly penalize marshal. During parse, save the string
if it is in canonical form.

@wojtek-t @lavalamp this makes quantity.String() faster for a few cases
where it matters. We were also not clearing s properly before on Round()
2016-05-28 09:56:39 -07:00
..
2016-04-29 17:12:10 -04:00
2016-05-26 11:59:53 -07:00
2016-05-26 11:59:53 -07:00
2016-05-15 16:04:19 -07:00