k3s/pkg/volume/util
Kubernetes Submit Queue 0aad9d30e3 Merge pull request #44897 from msau42/local-storage-plugin
Automatic merge from submit-queue (batch tested with PRs 46076, 43879, 44897, 46556, 46654)

Local storage plugin

**What this PR does / why we need it**:
Volume plugin implementation for local persistent volumes.  Scheduler predicate will direct already-bound PVCs to the node that the local PV is at.  PVC binding still happens independently.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: 
Part of #43640

**Release note**:

```
Alpha feature: Local volume plugin allows local directories to be created and consumed as a Persistent Volume.  These volumes have node affinity and pods will only be scheduled to the node that the volume is at.
```
2017-05-30 23:20:02 -07:00
..
nestedpendingoperations autogenerated 2017-04-14 10:40:57 -07:00
operationexecutor Merge pull request #44897 from msau42/local-storage-plugin 2017-05-30 23:20:02 -07:00
types autogenerated 2017-04-14 10:40:57 -07:00
volumehelper Add createdby annotation for rbd and quobyte and make dynamical createdby key const 2017-05-26 16:55:11 +08:00
BUILD Local volume plugin 2017-05-22 14:44:51 -07:00
OWNERS Update OWNERS for pkg/volume/util/ 2016-11-13 18:02:15 -08:00
atomic_writer.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
atomic_writer_test.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00
device_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
device_util_linux.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
device_util_linux_test.go fix go vet errors 2016-08-10 16:45:41 -07:00
device_util_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fs.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
fs_unsupported.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
io_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
util.go Check volume node affinity before mount 2017-05-22 14:44:06 -07:00
util_test.go Check volume node affinity before mount 2017-05-22 14:44:06 -07:00