mirror of
https://github.com/rancher/k3k.git
synced 2026-02-14 18:10:01 +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.