Add canonical imports only in existing doc.go files. https://golang.org/doc/go1.4#canonicalimports Fixes #29014
Refactor Kubelet's server functionality into a server package. Most notably, move pkg/kubelet/server.go into pkg/kubelet/server/server.go. This will lead to better separation of concerns and a more readable code hierarchy.