mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Automatic merge from submit-queue fix issue(#50937)Fix kubectl get pvc lose volume name **What this PR does / why we need it**: closes #50937 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: this should has volumename column. ``` NAME STATUS CAPACITY ACCESS MODES STORAGECLASS AGE myclaim Bound pv-gcepd2 5Gi ROX slow 35m myclaim2 Bound pv-gcepd 5Gi ROX slow 25m ``` **Release note**: ```release-note NONE ``` |
||
|---|---|---|
| .. | ||
| internalversion | ||
| storage | ||
| .import-restrictions | ||
| BUILD | ||
| common.go | ||
| customcolumn.go | ||
| customcolumn_test.go | ||
| humanreadable.go | ||
| interface.go | ||
| json.go | ||
| jsonpath.go | ||
| name.go | ||
| OWNERS | ||
| printers.go | ||
| tabwriter.go | ||
| template.go | ||
| versioned.go | ||