mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Leave refactoring TODO
This commit is contained in:
parent
8724b46623
commit
3ebbbbd5d8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user