mirror of
https://github.com/rancher/k3k.git
synced 2026-03-03 18:20:53 +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.