kubernetes/pkg/proxy/winuserspace
Mark Janssen a54e5cec54 Fix staticcheck failures for pkg/proxy/...
Errors from staticcheck:
pkg/proxy/healthcheck/proxier_health.go:55:2: field port is unused (U1000)
pkg/proxy/healthcheck/proxier_health.go:162:20: printf-style function with dynamic format string and no further arguments should use print-style function instead (SA1006)
pkg/proxy/healthcheck/service_health.go:166:20: printf-style function with dynamic format string and no further arguments should use print-style function instead (SA1006)
pkg/proxy/iptables/proxier.go:737:2: this value of args is never used (SA4006)
pkg/proxy/iptables/proxier.go:737:15: this result of append is never used, except maybe in other appends (SA4010)
pkg/proxy/iptables/proxier.go:1287:28: this result of append is never used, except maybe in other appends (SA4010)
pkg/proxy/userspace/proxysocket.go:293:3: this value of n is never used (SA4006)
pkg/proxy/winkernel/metrics.go:74:6: func sinceInMicroseconds is unused (U1000)
pkg/proxy/winkernel/metrics.go:79:6: func sinceInSeconds is unused (U1000)
pkg/proxy/winuserspace/proxier.go:94:2: field portMapMutex is unused (U1000)
pkg/proxy/winuserspace/proxier.go:118:2: field owner is unused (U1000)
pkg/proxy/winuserspace/proxier.go:119:2: field socket is unused (U1000)
pkg/proxy/winuserspace/proxysocket.go:620:4: this value of n is never used (SA4006)
2019-12-22 21:32:06 +01:00
..
BUILD Promoting EndpointSlices to beta 2019-11-13 14:20:19 -08:00
loadbalancer.go proxy: consolidate ServicesHandler/EndpointsHandler into ProxyProvider 2019-04-05 16:16:35 -05:00
proxier_test.go Promoting EndpointSlices to beta 2019-11-13 14:20:19 -08:00
proxier.go Fix staticcheck failures for pkg/proxy/... 2019-12-22 21:32:06 +01:00
proxysocket.go Fix staticcheck failures for pkg/proxy/... 2019-12-22 21:32:06 +01:00
roundrobin_test.go buildPortsToEndpointsMap should use flattened value type 2019-08-15 11:28:09 -07:00
roundrobin.go move ShuffleStrings to pkg/proxy 2019-08-21 20:03:53 +01:00
types.go cleanup proxier 2017-02-27 16:00:49 -08:00