k3s/pkg/kubeapiserver/options
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
..
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
admission.go Show deprecated kube-apiserver flags 2018-04-16 21:20:06 +08:00
admission_test.go make kube-apiserver admission flag disable other plugins 2018-01-19 08:14:04 -05:00
authentication.go Move from glog to klog 2018-11-10 07:50:31 -05:00
authentication_test.go Fixes lint errors in kubeapiserver packages 2018-11-04 17:22:41 -08:00
authorization.go Fixes lint errors in kubeapiserver packages 2018-11-04 17:22:41 -08:00
authorization_test.go validate authorization flags in BuiltInAuthorizationOptions.Validate 2018-03-26 20:37:02 +08:00
cloudprovider.go Drop using cloud provider to set host address feature 2017-12-05 13:58:20 -06:00
options.go Expose default service IP CIDR in apiserver 2018-01-29 16:21:04 +08:00
plugins.go Add priority to defaultOn plugins list 2018-07-02 22:25:40 -04:00
serving.go kube-apiserver: switch apiserver's DeprecatedInsecureServingOptions 2018-08-17 08:56:47 +02:00
storage_versions.go Deprecation notice of storage-versions flag 2018-08-30 19:45:43 -07:00
storage_versions_test.go remove unneed parameter in test struct 2018-09-26 08:59:42 +08:00