kubernetes/pkg/proxy
Eric Paris e8acfe5f81 change proxy to satisfy both gofmt 1.3 and 1.4 gofmt
gofmt -s from 1.4  does not like
	for _ = range BLAH
it wants
	for range BLAH

But gofmt from 1.3 dies:
	./pkg/proxy/config/config.go:265:6: expected operand, found 'range'
	./pkg/proxy/config/config.go:268:3: expected '{', found 'EOF'

So instead, rewrite the code to make them both happy
2015-02-20 12:30:33 -05:00
..
config change proxy to satisfy both gofmt 1.3 and 1.4 gofmt 2015-02-20 12:30:33 -05:00
server Allow ApplyOomScoreAdj to specify what PID to adjust for. 2015-02-19 17:16:31 -08:00
doc.go proxy: fixing linting errors. 2014-07-10 22:36:06 -07:00
loadbalancer.go gimports nits 2015-01-26 22:42:29 -08:00
proxier.go Get rid of ServiceSpec.ProxyPort 2015-02-03 22:45:00 -08:00
proxier_test.go Get rid of ServiceSpec.ProxyPort 2015-02-03 22:45:00 -08:00
roundrobin.go Moves string slice sorting, copying and shuffling into pkg/util/slice 2015-01-22 14:20:23 -08:00
roundrobin_test.go Moves string slice sorting, copying and shuffling into pkg/util/slice 2015-01-22 14:20:23 -08:00
udp_server.go Clean up error logs. 2014-11-21 09:45:26 +08:00