Commit be0c1c90 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #14219 from Huawei-PaaS/change_params_to_extraParams

Auto commit by PR queue bot
parents 45e4188a 7f7c36dc
......@@ -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
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment