mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
printFlexPersistentVolumeSource: fix format.
This commit is contained in:
parent
15bdc298de
commit
1c41db6178
@ -1081,7 +1081,7 @@ func printFlexPersistentVolumeSource(flex *api.FlexPersistentVolumeSource, w Pre
|
|||||||
" Driver:\t%v\n"+
|
" Driver:\t%v\n"+
|
||||||
" FSType:\t%v\n"+
|
" FSType:\t%v\n"+
|
||||||
" SecretRef:\t%v\n"+
|
" SecretRef:\t%v\n"+
|
||||||
" ReadOnly:\t%v\n",
|
" ReadOnly:\t%v\n"+
|
||||||
" Options:\t%v\n",
|
" Options:\t%v\n",
|
||||||
flex.Driver, flex.FSType, flex.SecretRef, flex.ReadOnly, flex.Options)
|
flex.Driver, flex.FSType, flex.SecretRef, flex.ReadOnly, flex.Options)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user