k3s/pkg/printers/internalversion
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
..
.import-restrictions
BUILD Create cli-runtime staging repository 2018-08-21 17:08:30 +02:00
describe.go Merge pull request #65074 from wgliang/master.describe-pv 2018-09-04 08:03:35 -07:00
describe_test.go Merge pull request #65074 from wgliang/master.describe-pv 2018-09-04 08:03:35 -07:00
printers.go Update printers to include changes from autoscaling/v2beta2 2018-08-27 11:07:52 -04:00
printers_test.go Merge pull request #64973 from nokia/k8s-sctp 2018-08-28 07:21:18 -07:00
sorted_resource_name_list_test.go