kubernetes/pkg/controller/volume/persistentvolume
Kubernetes Submit Queue 50763cb6be Merge pull request #43627 from pospispa/make-constants-public-so-that-they-can-be-used-in-an-external-provisioner
Automatic merge from submit-queue

Make Constants Public so that They Can Be Used in an Ext. Provisioner

Out-of-tree external provisioners have the same purpose as in-tree provisioners. As external provisioners work with PV and PVC datastructures it's an advantage to import certain Kubernetes packages instead of copy-pasting the Kubernetes code.

That's why the constants are made public so that they can be used in an external provisioner.

@jsafrane  @kubernetes/sig-storage-pr-reviews 

```
NONE
```
2017-04-03 06:43:03 -07:00
..
options Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
binder_test.go PV controller: use attributes instead of beta annotations in unit tests 2017-03-02 10:23:56 +01:00
BUILD Regenerate everything 2017-03-02 10:23:58 +01:00
delete_test.go PV controller: use attributes instead of beta annotations in unit tests 2017-03-02 10:23:56 +01:00
framework_test.go Merge pull request #41306 from gnufied/implement-interface-bulk-volume-poll 2017-03-03 10:54:38 -08:00
index_test.go PV controller: use attributes instead of beta annotations in unit tests 2017-03-02 10:23:56 +01:00
index.go Move PV/PVC annotations to PV/PVC types. 2017-03-02 10:23:55 +01:00
OWNERS Update OWNERS approvers and reviewers: pkg/controller 2016-11-02 16:19:18 -07:00
provision_test.go PV controller: use attributes instead of beta annotations in unit tests 2017-03-02 10:23:56 +01:00
pv_controller_base.go Fix PVC Annotations 2017-03-25 10:42:04 +08:00
pv_controller_test.go PV controller: use attributes instead of beta annotations in unit tests 2017-03-02 10:23:56 +01:00
pv_controller.go Merge pull request #43627 from pospispa/make-constants-public-so-that-they-can-be-used-in-an-external-provisioner 2017-04-03 06:43:03 -07:00
recycle_test.go PV controller: use attributes instead of beta annotations in unit tests 2017-03-02 10:23:56 +01:00
volume_host.go SecretVolume using secret manager 2017-01-23 16:10:01 +01:00