kubernetes/pkg/kubectl/util
Davanum Srinivas 954996e231
Move from glog to klog
- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
  * github.com/kubernetes/repo-infra
  * k8s.io/gengo/
  * k8s.io/kube-openapi/
  * github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods

Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
2018-11-10 07:50:31 -05:00
..
deployment Switch kubectl rollout to directly rolling back deployments 2018-10-26 23:48:44 -04:00
hash Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
i18n Move from glog to klog 2018-11-10 07:50:31 -05:00
logs Move from glog to klog 2018-11-10 07:50:31 -05:00
podutils kubectl: copy pod utils into util/podutils package 2018-10-11 10:49:52 -07:00
printers kubectl: copy printer tabwriter into kubectl 2018-10-12 15:10:46 -07:00
slice Fix some golint errors for packages in pkg/kubectl 2018-11-02 11:55:40 +08:00
templates Manual changes to package visibility 2018-10-11 22:01:06 +02:00
term Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD kubectl: copy deployment util dependency into kubectl 2018-10-18 12:02:39 -07:00
pod_port_test.go Allows to use named ports in the kubectl portforward 2018-10-08 20:58:22 +01:00
pod_port.go Allows to use named ports in the kubectl portforward 2018-10-08 20:58:22 +01:00
service_port_test.go Allows to use named ports in the kubectl portforward 2018-10-08 20:58:22 +01:00
service_port.go Fix some golint errors for packages in pkg/kubectl 2018-11-02 11:55:40 +08:00
umask_windows.go Fix some golint errors for packages in pkg/kubectl 2018-11-02 11:55:40 +08:00
umask.go Fix some golint errors for packages in pkg/kubectl 2018-11-02 11:55:40 +08:00
util_test.go use subtest for table units (pkg/kubectl) 2018-05-27 10:04:55 +08:00
util.go Fix some golint errors for packages in pkg/kubectl 2018-11-02 11:55:40 +08:00