Commit c5d9702f authored by Michelle Au's avatar Michelle Au

Leave refactoring TODO

parent 97071e08
...@@ -55,6 +55,7 @@ const ( ...@@ -55,6 +55,7 @@ const (
fsckErrorsUncorrected = 4 fsckErrorsUncorrected = 4
// place for subpath mounts // place for subpath mounts
// TODO: pass in directory using kubelet_getters instead
containerSubPathDirectoryName = "volume-subpaths" containerSubPathDirectoryName = "volume-subpaths"
// syscall.Openat flags used to traverse directories not following symlinks // syscall.Openat flags used to traverse directories not following symlinks
nofollowFlags = unix.O_RDONLY | unix.O_NOFOLLOW nofollowFlags = unix.O_RDONLY | unix.O_NOFOLLOW
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment