k3s/pkg/util/mount
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 add andyzhangx as Reviewer 2018-04-16 07:13:15 +00:00
doc.go
exec.go
exec_mount.go Move from glog to klog 2018-11-10 07:50:31 -05:00
exec_mount_test.go Clean up fake mounters. 2018-06-02 15:55:19 +08:00
exec_mount_unsupported.go Resolve potential devicePath symlink when MapVolume in containerized kubelet 2018-06-26 13:08:36 -04:00
fake.go Move from glog to klog 2018-11-10 07:50:31 -05:00
mount.go Fixed subpath in containerized kubelet. 2018-10-09 13:11:23 +02:00
mount_linux.go Move from glog to klog 2018-11-10 07:50:31 -05:00
mount_linux_test.go Move from glog to klog 2018-11-10 07:50:31 -05:00
mount_test.go Apply _netdev mount option in bind mount if available 2018-09-13 13:47:34 -04:00
mount_unsupported.go Resolve potential devicePath symlink when MapVolume in containerized kubelet 2018-06-26 13:08:36 -04:00
mount_windows.go Move from glog to klog 2018-11-10 07:50:31 -05:00
mount_windows_test.go fix UnmountDevice failure on Windows 2018-09-19 01:44:01 +00:00
nsenter_mount.go Move from glog to klog 2018-11-10 07:50:31 -05:00
nsenter_mount_test.go Fix unit test failure: TestNsenterExistsFile 2018-08-02 00:01:53 +08:00
nsenter_mount_unsupported.go Resolve potential devicePath symlink when MapVolume in containerized kubelet 2018-06-26 13:08:36 -04:00
safe_format_and_mount_test.go When creating ext3/ext4 volume, pass -m0 to mkfs in order to disable the 2018-05-21 12:43:57 -04:00