mirror of https://github.com/k3s-io/k3s
Fix GoFmt error
parent
a632cd2a91
commit
0a53b0cfbf
|
@ -1044,7 +1044,7 @@ func (proxier *Proxier) syncProxyRules() {
|
|||
svcInfo.clusterIP.String(),
|
||||
Enum(svcInfo.protocol),
|
||||
uint16(svcInfo.targetPort),
|
||||
uint16(svcInfo.port),
|
||||
uint16(svcInfo.port),
|
||||
)
|
||||
if err != nil {
|
||||
glog.Errorf("Policy creation failed: %v", err)
|
||||
|
|
Loading…
Reference in New Issue