k3s/pkg/printers
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
..
internalversion Merge pull request #42156 from croomes/storageos 2017-06-09 18:25:04 -07:00
storage Refactor printers to support rendering as a Table 2017-05-29 18:30:10 -04:00
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD Refactor printers to support rendering as a Table 2017-05-29 18:30:10 -04:00
OWNERS Add pkg/printers OWNERS 2017-03-07 22:28:27 -05:00
common.go Fixed a tiny issue for ShortHumanDuration printer. 2017-04-18 16:11:41 +08:00
customcolumn.go Get cmd uses print-column extn from Openapi schema 2017-06-06 13:30:24 -07:00
customcolumn_test.go
humanreadable.go Wrap HumanReadablePrinter in tab output unless explicitly asked not to 2017-06-05 22:06:38 -04:00
humanreadable_test.go Smarter get printer for generic resources 2017-04-17 15:42:47 -03:00
interface.go Get cmd uses print-column extn from Openapi schema 2017-06-06 13:30:24 -07:00
json.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
jsonpath.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
name.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
printers.go Get cmd uses print-column extn from Openapi schema 2017-06-06 13:30:24 -07:00
tabwriter.go
template.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
versioned.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30