k3s/cmd/kube-controller-manager/app
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
..
options make kubeadm use new sar approver 2017-05-30 11:43:03 -07:00
BUILD Merge pull request #44897 from msau42/local-storage-plugin 2017-05-30 23:20:02 -07:00
apps.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
autoscaling.go remove unnecessary call to metrics install package 2017-05-09 18:05:22 -07:00
batch.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
bootstrap.go Wire in bootstrap and token controllers. 2017-02-10 12:49:23 -08:00
certificates.go migrate group approver to use subject access reviews 2017-05-30 11:43:03 -07:00
controller_manager_test.go add --controllers to controller manager 2017-01-12 08:46:33 -05:00
controllermanager.go refactor certificate controller 2017-05-23 15:25:58 -07:00
core.go GC: allow ignored resources to be customized 2017-05-23 12:05:09 -04:00
extensions.go DaemonSet: Use ControllerRef to route watch events. 2017-03-07 16:42:28 -08:00
plugins.go Local volume plugin 2017-05-22 14:44:51 -07:00
policy.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00