mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-27 17:21:07 -04:00
This patch cleans up pkg/util/mount/* and pkg/util/volume/* to always use filepath.Join instead of path.Join. filepath.Join is preferred because path.Join can have issues on Windows. |
||
|---|---|---|
| .. | ||
| BUILD | ||
| volume_path_handler.go | ||
| volume_path_handler_linux.go | ||
| volume_path_handler_unsupported.go | ||