kubernetes/test/e2e/storage
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
..
BUILD Local persistent volume basic e2e 2017-05-22 14:46:03 -07:00
OWNERS Segregate storage e2es for easier assignment. 2017-04-12 20:39:29 -05:00
pd.go improve error handling in e2e helpers by always returning error 2017-04-14 14:18:55 -07:00
persistent_volumes-disruptive.go Fix incorrect printf format 2017-05-26 11:36:52 -04:00
persistent_volumes-gce.go Increase pv test ns deletion timeout to the framework's default. 2017-04-28 15:53:51 -07:00
persistent_volumes-local.go Address review comments 2017-05-26 11:48:31 -07:00
persistent_volumes-vsphere.go Merge pull request #44565 from vmware/kubernetes-e2e-v7 2017-04-20 01:25:20 -07:00
persistent_volumes.go Revert #45101 Mark PersistentVolumes as [Feature:Volumes] 2017-05-02 14:59:40 -05:00
pv_reclaimpolicy.go improve error handling in e2e helpers by always returning error 2017-04-14 14:18:55 -07:00
pvc_label_selector.go improve error handling in e2e helpers by always returning error 2017-04-14 14:18:55 -07:00
volume_provisioning.go e2e test: test azure disk volume 2017-04-28 18:51:34 +00:00
volumes.go Use dedicated Unix User and Group ID types 2017-05-05 14:07:38 +02:00
vsphere_utils.go Use storage.v1 instead of v1beta1 2017-04-25 10:13:38 +02:00
vsphere_volume_diskformat.go Use storage.v1 instead of v1beta1 2017-04-25 10:13:38 +02:00
vsphere_volume_fstype.go Use storage.v1 instead of v1beta1 2017-04-25 10:13:38 +02:00
vsphere_volume_ops_storm.go Use storage.v1 instead of v1beta1 2017-04-25 10:13:38 +02:00
vsphere_volume_placement.go test for volume fstype validation 2017-04-18 13:49:13 -07:00
vsphere_volume_vsan_policy.go e2e tests for storage policy support in Kubernetes 2017-05-24 16:39:00 -07:00