mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-06 01:22:10 +00:00
Refactor storePodsNamespacer.List() and storeReplicationContollersNamespacer.List(). They are the same function, just with different signatures. This fixes a bug where, when we fell back on a brute force approach, we were still returning an error. Also change to explicit return without named return values.