kubernetes/pkg/api/v1
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
..
endpoints start the apimachinery repo 2017-01-11 09:09:48 -05:00
pod Fix azure file secret reference 2017-02-27 01:07:18 -05:00
service Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
validation Update generated files 2017-01-29 21:41:45 +01:00
backward_compatibility_test.go Refactor printers to separate typed printers from generic code 2017-02-23 00:28:30 -05:00
BUILD Refactor printers to separate typed printers from generic code 2017-02-23 00:28:30 -05:00
conversion_test.go pkg/api: move Semantic equality to k8s.io/apimachinery/pkg/api/equality 2017-01-29 21:41:45 +01:00
conversion.go move metav1 conversions to metav1 2017-02-14 11:47:23 -05:00
defaults_test.go Implements projected volume driver 2017-02-20 12:56:04 -05:00
defaults.go Implements projected volume driver 2017-02-20 12:56:04 -05:00
doc.go Flag all packages as needing defaulters 2016-10-18 21:07:33 -04:00
generate.go move pkg/util/rand 2017-01-16 16:04:03 -05:00
generated.pb.go Portworx Volume Driver in Kubernetes 2017-02-28 23:24:56 +00:00
generated.proto Portworx Volume Driver in Kubernetes 2017-02-28 23:24:56 +00:00
helpers_test.go Cleanup work to enable feature gating annotations 2017-02-18 09:25:57 -06:00
helpers.go Change taint/toleration annotations to api fields. 2017-02-22 09:27:42 -05:00
meta.go Move APIs and core code to use metav1.ObjectMeta 2017-01-17 16:17:18 -05:00
OWNERS Update OWNERS approvers and reviewers: pkg/api 2016-11-09 10:18:08 -08:00
ref.go move client/record 2017-01-31 19:14:13 -05:00
register.go Move all *Options to metav1 2017-01-24 13:15:26 -05:00
resource_helpers_test.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
resource_helpers.go critical pods can preempt other pods to be admitted 2017-02-23 10:31:20 -08:00
types_swagger_doc_generated.go Portworx Volume Driver in Kubernetes 2017-02-28 23:24:56 +00:00
types.generated.go Portworx Volume Driver in Kubernetes 2017-02-28 23:24:56 +00:00
types.go Portworx Volume Driver in Kubernetes 2017-02-28 23:24:56 +00:00
zz_generated.conversion.go Portworx Volume Driver in Kubernetes 2017-02-28 23:24:56 +00:00
zz_generated.deepcopy.go Portworx Volume Driver in Kubernetes 2017-02-28 23:24:56 +00:00
zz_generated.defaults.go Generated files for projected volume driver 2017-02-20 13:09:41 -05:00