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-20 13:15:59 -07:00
2018-05-16 10:30:53 -07:00
2018-04-16 01:30:20 -04:00
2018-04-16 01:30:20 -04:00
2018-05-19 08:14:37 +10:00
2018-05-23 10:21:20 +02:00
2018-05-21 16:17:48 -05:00
2018-05-17 11:37:35 +02:00
2018-05-04 10:52:10 -07:00
2018-05-19 16:52:00 -04:00
2018-05-17 00:28:19 -07:00
2018-05-21 17:05:42 -07:00
2018-04-27 16:03:29 -07:00
2018-04-30 14:57:26 -04:00
2018-05-11 14:39:07 +08:00
2018-04-16 01:30:20 -04:00
2018-04-11 09:26:02 -07:00
2018-04-16 01:30:20 -04:00
2018-04-19 22:58:19 +08:00
2018-05-17 17:32:33 +02:00
2018-05-17 11:37:35 +02:00
2018-05-07 14:51:12 -04:00
2018-05-01 08:29:06 -07:00
2018-04-16 01:30:20 -04: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-05-07 14:51:12 -04:00
2018-04-11 09:25:56 -07:00
2018-04-11 09:21:17 -07:00
2018-05-14 16:56:35 -07:00
2018-05-15 19:55:19 -07:00
2018-05-01 13:18:41 -04:00
2018-05-23 10:21:20 +02:00
2018-04-16 01:30:20 -04:00
2018-04-18 09:55:57 -07:00
2018-05-17 11:37:35 +02:00
2018-04-30 16:29:17 -05:00
2018-04-16 01:30:20 -04:00
2018-04-19 15:40:51 -07:00