mirror of
https://github.com/rancher/k3k.git
synced 2026-08-18 20:07:06 +00:00
Previously the resource.Quantity was stored as string which allowed invalid values to be created. This performs validation on the strings using the standard K8s resource mechanism.