printFlexPersistentVolumeSource: fix format.

pull/6/head
Slava Semushin 2017-12-19 13:16:12 +01:00
parent 15bdc298de
commit 1c41db6178
1 changed files with 1 additions and 1 deletions

View File

@ -1081,7 +1081,7 @@ func printFlexPersistentVolumeSource(flex *api.FlexPersistentVolumeSource, w Pre
" Driver:\t%v\n"+
" FSType:\t%v\n"+
" SecretRef:\t%v\n"+
" ReadOnly:\t%v\n",
" ReadOnly:\t%v\n"+
" Options:\t%v\n",
flex.Driver, flex.FSType, flex.SecretRef, flex.ReadOnly, flex.Options)
}