mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #14219 from Huawei-PaaS/change_params_to_extraParams
Auto commit by PR queue bot
This commit is contained in:
		@@ -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
 | 
			
		||||
}
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user