k3s/pkg/apis/extensions
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
..
install Move internal types of hpa from pkg/apis/extensions to pkg/apis/autoscaling 2016-05-09 09:18:13 +02:00
v1beta1 Merge pull request #26033 from smarterclayton/safer_quantity 2016-05-28 09:56:39 -07:00
validation v1beta1 NetworkPolicy API definition and client support 2016-05-19 19:02:54 -07:00
deep_copy_generated.go v1beta1 NetworkPolicy API definition and client support 2016-05-19 19:02:54 -07:00
register.go v1beta1 NetworkPolicy API definition and client support 2016-05-19 19:02:54 -07:00
types.generated.go Changes to resource serialization 2016-05-24 22:32:45 -04:00
types.go Adding volume plugin to api/v1 and updating auto-generated files 2016-05-21 12:53:03 -07:00