Files
kubernetes/pkg/kubelet
Jan Safranek 7e3fb502a8 Change SafeMakeDir to resolve symlinks in mounter implementation
Kubelet should not resolve symlinks outside of mounter interface.
Only mounter interface knows, how to resolve them properly on the host.

As consequence, declaration of SafeMakeDir changes to simplify the
implementation:
from SafeMakeDir(fullPath string, base string, perm os.FileMode)
to   SafeMakeDir(subdirectoryInBase string, base string, perm os.FileMode)
2018-05-23 10:21:20 +02:00
..
2018-05-19 08:14:37 +10:00
2018-05-23 10:21:20 +02:00
2018-05-17 11:37:35 +02:00
2018-04-30 14:57:26 -04:00
2018-05-11 14:39:07 +08:00
2018-04-11 09:26:02 -07:00
2018-05-17 11:37:35 +02:00
2018-04-11 18:35:24 +02:00
2018-05-17 12:18:14 +02:00
2018-04-18 09:55:57 -07:00
2018-05-16 10:59:32 +02:00
2018-04-18 09:55:57 -07:00
2018-05-17 11:37:35 +02:00