Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 07-Jul-2021 | - | ||||
OWNERS | H A D | 07-Jul-2021 | 205 | 16 | 13 | |
README.md | H A D | 07-Jul-2021 | 643 | 12 | 8 | |
doc.go | H A D | 07-Jul-2021 | 679 | 19 | 1 | |
fake_mounter.go | H A D | 07-Jul-2021 | 6.4 KiB | 217 | 130 | |
mount.go | H A D | 07-Jul-2021 | 12.4 KiB | 371 | 217 | |
mount_helper_common.go | H A D | 07-Jul-2021 | 3.1 KiB | 104 | 64 | |
mount_helper_test.go | H A D | 07-Jul-2021 | 3.7 KiB | 140 | 106 | |
mount_helper_unix.go | H A D | 07-Jul-2021 | 4.8 KiB | 159 | 106 | |
mount_helper_unix_test.go | H A D | 07-Jul-2021 | 14 KiB | 317 | 288 | |
mount_helper_windows.go | H A D | 07-Jul-2021 | 2.7 KiB | 102 | 55 | |
mount_helper_windows_test.go | H A D | 07-Jul-2021 | 2.1 KiB | 66 | 39 | |
mount_linux.go | H A D | 07-Jul-2021 | 20.5 KiB | 552 | 359 | |
mount_linux_test.go | H A D | 07-Jul-2021 | 17 KiB | 517 | 465 | |
mount_test.go | H A D | 07-Jul-2021 | 6 KiB | 185 | 152 | |
mount_unsupported.go | H A D | 07-Jul-2021 | 2.4 KiB | 78 | 37 | |
mount_windows.go | H A D | 07-Jul-2021 | 11.5 KiB | 314 | 221 | |
mount_windows_test.go | H A D | 07-Jul-2021 | 9.7 KiB | 396 | 344 | |
safe_format_and_mount_test.go | H A D | 07-Jul-2021 | 11 KiB | 298 | 266 |
README.md
1# WARNING ! Please read before using mount functionality 2# THIS REPOSITORY is moved : Please use https://github.com/kubernetes/mount-utils for all your work 3 4This package has been moved to new location. Please use the new repo for bug fixes and enhancements. 5All existing dependencies on this repo are being removed. Eventually this repo will be deprecated. 6If you are using this repo or planning to use, you must use the new repo mentioned here for this functionality. 7 8New repo : https://github.com/kubernetes/mount-utils 9New go module: k8s.io/mount-utils 10For Kubernetes/Kubernetes project the code is available under staging directory. 11 12