kubernetes/pkg/security/podsecuritypolicy
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
..
apparmor refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
capabilities Minor comments improvements. 2017-02-13 12:32:58 +01:00
group start the apimachinery repo 2017-01-11 09:09:48 -05:00
seccomp refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
selinux start the apimachinery repo 2017-01-11 09:09:48 -05:00
sysctl start the apimachinery repo 2017-01-11 09:09:48 -05:00
user start the apimachinery repo 2017-01-11 09:09:48 -05:00
util Portworx Volume Driver in Kubernetes 2017-02-28 23:24:56 +00:00
BUILD refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
doc.go Add package docs for pod security policy 2016-07-22 13:35:37 -04:00
factory.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
provider.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
provider_test.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
types.go start the apimachinery repo 2017-01-11 09:09:48 -05:00