k3s/pkg/kubeapiserver
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
..
admission Move from glog to klog 2018-11-10 07:50:31 -05:00
authenticator Merge pull request #70600 from liggitt/sig-auth-subprojects 2018-11-06 17:55:07 -08:00
authorizer Merge pull request #70600 from liggitt/sig-auth-subprojects 2018-11-06 17:55:07 -08:00
options Move from glog to klog 2018-11-10 07:50:31 -05:00
server tokenreview: add APIAudiences config to generic API server and augment context 2018-10-09 22:47:10 -07:00
util refactors kubeapiserver webhook utility to be generic generated 2018-11-02 11:42:04 -06:00
BUILD refactors kubeapiserver webhook utility to be generic generated 2018-11-02 11:42:04 -06:00
OWNERS Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
default_storage_factory_builder.go This is a combination of 3 commits. 2018-08-06 22:29:10 +08:00
doc.go