k3s/pkg/volume/nfs
Kubernetes Submit Queue 854441643f Merge pull request #38801 from nak3/nfs-mkdir
Automatic merge from submit-queue

Catch error when failed to make directory in NFS volume plugin

NFS: Catch error when failed to make directory

Currently, NFS volume plugin doesn't catch the error from
os.MkdirAll. That makes it difficult to debug why failed to make the
directory. This patch adds error catch to os.MkdirAll.
2017-04-07 16:48:46 -07:00
..
BUILD cleanup the volume plugin for recycle 2017-02-06 10:38:49 -06:00
OWNERS Update OWNERS 2017-01-17 16:36:50 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
nfs.go Merge pull request #38801 from nak3/nfs-mkdir 2017-04-07 16:48:46 -07:00
nfs_test.go cleanup the volume plugin for recycle 2017-02-06 10:38:49 -06:00