• Kubernetes Submit Queue's avatar
    Merge pull request #43627 from… · 50763cb6
    Kubernetes Submit Queue authored
    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
    ```
    50763cb6
Name
Last commit
Last update
..
options Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
binder_test.go Loading commit data...
delete_test.go Loading commit data...
framework_test.go Loading commit data...
index.go Loading commit data...
index_test.go Loading commit data...
provision_test.go Loading commit data...
pv_controller.go Loading commit data...
pv_controller_base.go Loading commit data...
pv_controller_test.go Loading commit data...
recycle_test.go Loading commit data...
volume_host.go Loading commit data...