kubernetes/pkg/kubelet/container/testing
Jan Safranek 5110db5087 Lock subPath volumes
Users must not be allowed to step outside the volume with subPath.
Therefore the final subPath directory must be "locked" somehow
and checked if it's inside volume.

On Windows, we lock the directories. On Linux, we bind-mount the final
subPath into /var/lib/kubelet/pods/<uid>/volume-subpaths/<container name>/<subPathName>,
it can't be changed to symlink user once it's bind-mounted.
2018-03-05 09:14:44 +01:00
..
BUILD Increment CRI version from v1alpha1 to v1alpha2 2018-02-07 09:06:26 +01:00
fake_cache.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
fake_runtime_helper.go Lock subPath volumes 2018-03-05 09:14:44 +01:00
fake_runtime.go run hack/update-all 2017-06-22 11:31:03 -07:00
mock_runtime_cache.go Change StatsProvider interface to provide container stats from either cadvisor or CRI and implement this interface using cadvisor 2017-08-25 13:11:26 -07:00
mockfileinfo.go Add pod log garbage collection unit test. 2016-10-24 00:03:34 -07:00
os.go Use chmod to bypass umask on termination log file 2017-01-23 12:26:37 -05:00
runtime_mock.go run hack/update-all 2017-06-22 11:31:03 -07:00