k3s/cmd/kube-controller-manager/app
Aditya Dani 28df55fc31 Portworx Volume Driver in Kubernetes
- Add a new type PortworxVolumeSource
- Implement the kubernetes volume plugin for Portworx Volumes under pkg/volume/portworx
- The Portworx Volume Driver uses the libopenstorage/openstorage specifications and apis for volume operations.

Changes for k8s configuration and examples for portworx volumes.

- Add PortworxVolume hooks in kubectl, kube-controller-manager and validation.
- Add a README for PortworxVolume usage as PVs, PVCs and StorageClass.
- Add example spec files

Handle code review comments.

- Modified READMEs to incorporate to suggestions.
- Add a test for ReadWriteMany access mode.
- Use util.UnmountPath in TearDown.
- Add ReadOnly flag to PortworxVolumeSource
- Use hostname:port instead of unix sockets
- Delete the mount dir in TearDown.
- Fix link issue in persistentvolumes README
- In unit test check for mountpath after Setup is done.
- Add PVC Claim Name as a Portworx Volume Label

Generated code and documentation.
- Updated swagger spec
- Updated api-reference docs
- Updated generated code under pkg/api/v1

Godeps update for Portworx Volume Driver
- Adds github.com/libopenstorage/openstorage
- Adds go.pedge.io/pb/go/google/protobuf
- Updates Godep Licenses
2017-02-28 23:24:56 +00:00
..
options NodeController sets NodeTaints instead of deleting Pods 2017-02-24 09:24:33 +01:00
BUILD Portworx Volume Driver in Kubernetes 2017-02-28 23:24:56 +00:00
apps.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
autoscaling.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05: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 Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
controller_manager_test.go add --controllers to controller manager 2017-01-12 08:46:33 -05:00
controllermanager.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00
core.go Merge pull request #42056 from ncdc/shared-informers-16-remove-legacy-code 2017-02-27 12:45:31 -08:00
extensions.go Merge pull request #42056 from ncdc/shared-informers-16-remove-legacy-code 2017-02-27 12:45:31 -08:00
plugins.go Portworx Volume Driver in Kubernetes 2017-02-28 23:24:56 +00:00
policy.go Remove references to pkg/controller/informers 2017-02-27 06:47:59 -05:00