Leave refactoring TODO

This commit is contained in:
Michelle Au 2018-12-21 16:55:05 -08:00
parent 8724b46623
commit 3ebbbbd5d8

View File

@ -55,6 +55,7 @@ const (
fsckErrorsUncorrected = 4
// place for subpath mounts
// TODO: pass in directory using kubelet_getters instead
containerSubPathDirectoryName = "volume-subpaths"
// syscall.Openat flags used to traverse directories not following symlinks
nofollowFlags = unix.O_RDONLY | unix.O_NOFOLLOW