k3s/pkg/printers
Kubernetes Submit Queue 789c361eb7
Merge pull request #65074 from wgliang/master.describe-pv
Automatic merge from submit-queue (batch tested with PRs 65074, 67469). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.

Add CSI volume attributes for kubectl describe pv

**What this PR does / why we need it**:
/king feature

kubectl describe pv doesn't show the volume attributes.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #65021

**Special notes for your reviewer**:
/cc @saad-ali 

**Release note**:

```release-note
Add CSI volume attributes for kubectl describe pv.
```
2018-09-04 08:03:35 -07:00
..
internalversion Merge pull request #65074 from wgliang/master.describe-pv 2018-09-04 08:03:35 -07:00
storage Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD Create cli-runtime staging repository 2018-08-21 17:08:30 +02:00
OWNERS Add pkg/printers OWNERS 2017-03-07 22:28:27 -05:00
customcolumn.go Create cli-runtime staging repository 2018-08-21 17:08:30 +02:00
customcolumn_flags.go Create cli-runtime staging repository 2018-08-21 17:08:30 +02:00
customcolumn_flags_test.go Create cli-runtime staging repository 2018-08-21 17:08:30 +02:00
customcolumn_test.go Reduce the minwidth of the cli table printer 2018-08-31 14:13:48 -04:00
humanreadable.go tolerate missing column headers in server-side print output 2018-07-19 20:55:01 -04:00
humanreadable_test.go use subtest for table units (pkg/printers) 2018-05-14 15:11:48 +08:00
interface.go slim down printer interface 2018-05-04 11:15:35 -04:00
tabwriter.go Reduce the minwidth of the cli table printer 2018-08-31 14:13:48 -04:00