k3s/pkg/printers/internalversion
Kubernetes Submit Queue 9df40c3661 Merge pull request #42156 from croomes/storageos
Automatic merge from submit-queue

StorageOS Volume Plugin

**What this PR does / why we need it**:
This PR adds a new volume plugin for StorageOS volumes.  StorageOS runs as a container on Kubelet nodes, aggregating local or attached storage and making its capacity available to all nodes within the cluster. More information at http://storageos.com.

The StorageOS plugin supports:

1. Dynamic Provisioning using Storage Classes
2. Persistent Volumes and Persistent Volume Claims.

**Which issue this PR fixes**
A feature request has been created:
https://github.com/kubernetes/features/issues/190

This isn't on the schedule for 1.6 as I wasn't sure when it would be ready.  We intend to make the StorageOS container openly available within the 1.6 lifetime.

**Special notes for your reviewer**:

Separate commits for feature and godep changes.

**Release note**:
```release-note
StorageOS Volume Driver
[StorageOS](http://www.storageos.com) can be used as a storage provider for Kubernetes.  With StorageOS, capacity from local or attached storage is pooled across the cluster, providing converged infrastructure for cloud-native applications. 
```
2017-06-09 18:25:04 -07:00
..
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD Merge pull request #46627 from deads2k/api-12-labels 2017-06-02 23:37:38 -07:00
describe.go Merge pull request #42156 from croomes/storageos 2017-06-09 18:25:04 -07:00
describe_test.go Merge pull request #45909 from zhangxiaoyu-zidif/add-unittest-for-configmap 2017-05-30 03:46:59 -07:00
printers.go Merge pull request #46627 from deads2k/api-12-labels 2017-06-02 23:37:38 -07:00
printers_test.go Merge pull request #45877 from zhangxiaoyu-zidif/add-ut-for-test-podlist 2017-06-07 17:55:40 -07:00
sorted_resource_name_list_test.go Refactor printers to separate typed printers from generic code 2017-02-23 00:28:30 -05:00