Merge pull request #14219 from Huawei-PaaS/change_params_to_extraParams

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-10-09 15:47:21 -07:00
commit be0c1c904c

View File

@ -157,7 +157,7 @@ type Frobber struct {
Height int `json:"height"`
Width int `json:"width"`
Param string `json:"param"` // the first param
ExtraParams []string `json:"params"` // additional params
ExtraParams []string `json:"extraParams"` // additional params
}
```