Add glide.yaml and vendor deps
This commit is contained in:
parent
db918f12ad
commit
5b3d5e81bd
18880 changed files with 5166045 additions and 1 deletions
13
vendor/k8s.io/kubernetes/test/images/volumes-tester/nfs/README.md
generated
vendored
Normal file
13
vendor/k8s.io/kubernetes/test/images/volumes-tester/nfs/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# NFS server container for testing
|
||||
|
||||
This container exports '/' directory with an index.html inside. NFSv4 only.
|
||||
|
||||
Accepts a -G option for specifying a group id to give exported directories.
|
||||
Clients in the specified group will have full rwx permissions, others none.
|
||||
|
||||
Inspired by https://github.com/cpuguy83/docker-nfs-server.
|
||||
|
||||
Used by test/e2e/* to test NFSVolumeSource. Not for production use!
|
||||
|
||||
|
||||
[]()
|
||||
Loading…
Add table
Add a link
Reference in a new issue