mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +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.