kubernetes/pkg/printers
Kubernetes Submit Queue 403a3fa10a
Merge pull request #57202 from php-coder/fix_vsphere_volume_describer
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
2017-12-17 08:26:50 -08:00
..
internalversion Merge pull request #57202 from php-coder/fix_vsphere_volume_describer 2017-12-17 08:26:50 -08:00
storage update BUILD files 2017-10-15 18:18:13 -07:00
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD Update generated files 2017-11-09 12:14:08 +01:00
common.go Fixed a tiny issue for ShortHumanDuration printer. 2017-04-18 16:11:41 +08:00
customcolumn.go outputs <none> for colums not found 2017-09-27 11:27:55 -07:00
customcolumn_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
humanreadable.go Table printers and server generation should always copy ListMeta 2017-11-17 10:30:32 -05:00
humanreadable_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
interface.go consolidate printer OutputOpts w PrintOpts 2017-11-20 14:49:23 -05:00
json.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
jsonpath.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
name.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
OWNERS Add pkg/printers OWNERS 2017-03-07 22:28:27 -05:00
printers.go consolidate printer OutputOpts w PrintOpts 2017-11-20 14:49:23 -05:00
tabwriter.go Refactor printers to separate typed printers from generic code 2017-02-23 00:28:30 -05:00
template.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
versioned.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30