mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-08 22:33:22 +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.