mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-08 00:55:37 +00:00
These are based on recommendation from [staticcheck](http://staticcheck.io/). - Removes dead type/function along with the import that the function introduced. - Removes unused struct fields. - Removes select nested in a tight for loop, the select does not have a default, so it will be blocking.
4.8 KiB
4.8 KiB