Package kubectl provides the functions used by the kubectl command line tool
under k8s.io/kubernetes/cmd. The functions are kept in this package to better
support unit testing. The main() method for kubectl is only an entry point
and should contain no functionality.