mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Leave refactoring TODO
This commit is contained in:
parent
8724b46623
commit
3ebbbbd5d8
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue