mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-15 05:55:12 +00:00
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.