summaryrefslogtreecommitdiffhomepage
path: root/pkg/v1/utils
AgeCommit message (Collapse)Author
2019-12-05Make EmptyDir annotations compliant with K8s and OCI (#44)Fabricio Voznika
Change annotation from 'gvisor.dev/spec/mount/NAME/share', which is invalid because it has more than one '/', to 'dev.gvisor.spec.mount.NAME.share'.
2019-11-25Handle any volume type, not only tmpfs (#42)Fabricio Voznika
2019-10-09Support volume annotations (#40)Lantao Liu
* Add volume annotation support Signed-off-by: Lantao Liu <lantaol@google.com> * Add unit test. Signed-off-by: Lantao Liu <lantaol@google.com>
2019-03-08Put the gvisor user log into sandbox log directory. (#17)Lantao Liu
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-01-29Add containerd shim v2 support. (#13)Lantao Liu
* Update vendors Signed-off-by: Lantao Liu <lantaol@google.com> * Add containerd shim v2 support. Signed-off-by: Lantao Liu <lantaol@google.com> * Add test and doc for containerd-shim-runsc-v1. Signed-off-by: Lantao Liu <lantaol@google.com> * Address comments.