Fix naming and comments in kube-proxy.

This commit is contained in:
Wojciech Tyczynski
2017-05-19 20:42:47 +02:00
parent 7d44f83441
commit a3da8d7300
3 changed files with 27 additions and 21 deletions

View File

@@ -395,7 +395,7 @@ func NewFakeProxier(ipt utiliptables.Interface) *Proxier {
portsMap: make(map[localPort]closeable),
portMapper: &fakePortOpener{[]*localPort{}},
healthChecker: newFakeHealthChecker(),
iptablesLines: bytes.NewBuffer(nil),
iptablesData: bytes.NewBuffer(nil),
filterChains: bytes.NewBuffer(nil),
filterRules: bytes.NewBuffer(nil),
natChains: bytes.NewBuffer(nil),