mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-18 13:45:51 +00:00
* client-go: Remove unreachable return Due to the way the switch statement is done, the return at the end of the function will neverbe reached. Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com> * client-go: Refactor for clarity Fixed one instance where the error message should be lowercase. Made the fields in the struct literal more explicit Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com> Kubernetes-commit: 75c0987de3cb9a0380873745f68dea2f0835a7a2