k3s/pkg/volume/flexvolume
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
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
attacher-defaults.go Move from glog to klog 2018-11-10 07:50:31 -05:00
attacher.go Move from glog to klog 2018-11-10 07:50:31 -05:00
attacher_test.go Introduce test harness into unit tests 2018-10-08 18:44:05 -04:00
common_test.go Merge pull request #67851 from aniket-s-kulkarni/flexvolume-resize-implementation 2018-11-02 10:47:01 -07:00
detacher-defaults.go Move from glog to klog 2018-11-10 07:50:31 -05:00
detacher.go Move from glog to klog 2018-11-10 07:50:31 -05:00
detacher_test.go Introduce test harness into unit tests 2018-10-08 18:44:05 -04:00
driver-call.go Move from glog to klog 2018-11-10 07:50:31 -05:00
driver-call_test.go refactor(flexvolume): simplify capabilities handling 2017-08-24 22:18:58 +11:00
expander-defaults.go Move from glog to klog 2018-11-10 07:50:31 -05:00
expander.go adding support for expanding in use persistent volumes for Flex 2018-10-24 15:31:16 -04:00
fake_watcher.go fix golint issue for pkg/volume/flexvolume package 2018-09-20 17:33:45 +00:00
flexvolume_test.go Implement fixes for flexvolume when kubelet is contanerized 2018-07-03 14:04:52 -04:00
mounter-defaults.go Move from glog to klog 2018-11-10 07:50:31 -05:00
mounter.go if driver disable support of FSGroup, mounter will not process the volume ownership 2018-09-25 16:12:11 +02:00
mounter_test.go Introduce test harness into unit tests 2018-10-08 18:44:05 -04:00
plugin-defaults.go Move from glog to klog 2018-11-10 07:50:31 -05:00
plugin.go Move from glog to klog 2018-11-10 07:50:31 -05:00
plugin_test.go Introduce test harness into unit tests 2018-10-08 18:44:05 -04:00
probe.go Move from glog to klog 2018-11-10 07:50:31 -05:00
probe_test.go fix golint issue for pkg/volume/flexvolume package 2018-09-20 17:33:45 +00:00
unmounter-defaults.go Move from glog to klog 2018-11-10 07:50:31 -05:00
unmounter.go Move from glog to klog 2018-11-10 07:50:31 -05:00
unmounter_test.go Introduce test harness into unit tests 2018-10-08 18:44:05 -04:00
util.go Move from glog to klog 2018-11-10 07:50:31 -05:00
volume.go Provide Flex volume metrics if the plugin supports. 2018-08-17 11:54:29 -07:00