apiserver/pkg/server
Davanum Srinivas 2710b17b80 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

Kubernetes-commit: 954996e231074dc7429f7be1256a579bedd8344c
2018-11-09 13:49:10 -05:00
..
filters Move from glog to klog 2018-11-09 13:49:10 -05:00
healthz Move from glog to klog 2018-11-09 13:49:10 -05:00
httplog Move from glog to klog 2018-11-09 13:49:10 -05:00
mux Move from glog to klog 2018-11-09 13:49:10 -05:00
options Move from glog to klog 2018-11-09 13:49:10 -05:00
resourceconfig Handle errors 2018-07-17 20:29:55 +10:00
routes Move from glog to klog 2018-11-09 13:49:10 -05:00
storage Move from glog to klog 2018-11-09 13:49:10 -05:00
config.go Move from glog to klog 2018-11-09 13:49:10 -05:00
config_selfclient.go apiextensions-apiserver: add pkg/cmd/server/testing pkg for integration bootstrapping 2018-06-13 15:53:41 +02:00
config_selfclient_test.go Modify LoopbackHostPort() so it returns an IPv6 Loopback address when given [::] address 2018-05-22 11:03:47 -04:00
config_test.go kube-apiserver: fix tests which don't use tls yet 2018-07-06 19:20:45 +02:00
deprecated_insecure_serving.go Move from glog to klog 2018-11-09 13:49:10 -05:00
doc.go remove go get failing import comment 2017-01-19 13:02:01 -05:00
genericapiserver.go Move from glog to klog 2018-11-09 13:49:10 -05:00
genericapiserver_test.go kube-apiserver: fix tests which don't use tls yet 2018-07-06 19:20:45 +02:00
handler.go Move from glog to klog 2018-11-09 13:49:10 -05:00
healthz.go move CRD behind TPR 2017-06-13 20:47:29 +00:00
hooks.go Move from glog to klog 2018-11-09 13:49:10 -05:00
plugins.go Adding the mutating webhook 2017-11-14 16:36:28 -08:00
secure_serving.go Move from glog to klog 2018-11-09 13:49:10 -05:00
signal.go Remove useless named return value 2018-08-02 19:28:17 +08:00
signal_posix.go apiservers: add synchronous shutdown mechanism on SIGTERM+INT 2017-08-29 13:16:11 +00:00
signal_windows.go apiservers: add synchronous shutdown mechanism on SIGTERM+INT 2017-08-29 13:16:11 +00:00