mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Merge pull request #14219 from Huawei-PaaS/change_params_to_extraParams
Auto commit by PR queue bot
This commit is contained in:
commit
be0c1c904c
@ -157,7 +157,7 @@ type Frobber struct {
|
|||||||
Height int `json:"height"`
|
Height int `json:"height"`
|
||||||
Width int `json:"width"`
|
Width int `json:"width"`
|
||||||
Param string `json:"param"` // the first param
|
Param string `json:"param"` // the first param
|
||||||
ExtraParams []string `json:"params"` // additional params
|
ExtraParams []string `json:"extraParams"` // additional params
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user