kubernetes/pkg/proxy/userspace
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
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
port_allocator_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
port_allocator.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
proxier_test.go bump k8s.io/utils version 2019-12-21 14:54:44 +08:00
proxier.go Service Topology implementation 2019-11-15 13:36:43 +08:00
proxysocket.go Fix staticcheck failures for pkg/proxy/... 2019-12-22 21:32:06 +01:00
rlimit_windows.go
rlimit.go switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
roundrobin_test.go buildPortsToEndpointsMap should use flattened value type 2019-08-15 11:28:09 -07:00
roundrobin.go Don't log about deleting non-existent affinity entries in userspace OnEndpointsAdd 2019-10-08 18:17:41 -04:00