• Kubernetes Submit Queue's avatar
    Merge pull request #57202 from php-coder/fix_vsphere_volume_describer · 403a3fa1
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 55977, 56198, 57202, 57254, 57214). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Fix format string in describers
    
    **What this PR does / why we need it**:
    This PR fixes bug in the Vsphere Volume Source and other describers.
    
    Before this fix `kubectl describe` could show something like this:
    ```
    Source:
    	Type:       vSphereVolume (a Persistent Disk resource in vSphere)
    	VolumePath:     StoragePolicyName:  %v
    
    	FSType:                             volumes/PVDISK_001
    %!(EXTRA string=ext4, string=)Events:   <none>
    ```
    It happened because format string was accidentally split to 2 strings and was interpreted in a wrong way.
    
    **Release note**:
    ```release-note
    NONE
    ```
    
    CC @simo5
    403a3fa1
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...
humanreadable_test.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...