mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-11 21:09:29 +00:00
It makes more sense for `ValidatePositiveField` and `ValidatePositiveQuantity` methods to be named `ValidateNonnegativeField` and `ValidateNonnegativeQuantity` as that is what is truly being checked. This commit simply updates the method names everywhere they are used.