• Kubernetes Submit Queue's avatar
    Merge pull request #50953 from zjj2wry/get-pvc · 2009bbde
    Kubernetes Submit Queue authored
    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
    ```
    2009bbde
Name
Last commit
Last update
..
internalversion Loading commit data...
storage Loading commit data...
.import-restrictions Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
common.go Loading commit data...
customcolumn.go Loading commit data...
customcolumn_test.go Loading commit data...
humanreadable.go Loading commit data...
interface.go Loading commit data...
json.go Loading commit data...
jsonpath.go Loading commit data...
name.go Loading commit data...
printers.go Loading commit data...
tabwriter.go Loading commit data...
template.go Loading commit data...
versioned.go Loading commit data...