fix: run gofmt
This commit is contained in:
parent
dc63e5d185
commit
6305e1d152
3 changed files with 3 additions and 3 deletions
|
|
@ -887,7 +887,7 @@ func (n *NGINXController) createServers(data []*ingress.Ingress,
|
|||
ConnectTimeout: bdef.ProxyConnectTimeout,
|
||||
SendTimeout: bdef.ProxySendTimeout,
|
||||
ReadTimeout: bdef.ProxyReadTimeout,
|
||||
BuffersNumber: bdef.ProxyBuffersNumber,
|
||||
BuffersNumber: bdef.ProxyBuffersNumber,
|
||||
BufferSize: bdef.ProxyBufferSize,
|
||||
CookieDomain: bdef.ProxyCookieDomain,
|
||||
CookiePath: bdef.ProxyCookiePath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue