kubernetes/pkg/proxy
Emrecan BATI 90ce2d50d3 Add GetKernelVersion to ipvs.KernelHandler interface
ipvs `getProxyMode` test fails on mac as `utilipvs.GetRequiredIPVSMods`
try to reach `/proc/sys/kernel/osrelease` to find version of the running
linux kernel. Linux kernel version is used to determine the list of required
kernel modules for ipvs.

Logic to determine kernel version is moved to GetKernelVersion
method in LinuxKernelHandler which implements ipvs.KernelHandler.
Mock KernelHandler is used in the test cases.

Read and parse file is converted to go function instead of execing cut.
2019-07-31 22:10:44 +03:00
..
apis Removed deprecated --resource-container flag from kube-proxy. 2019-06-16 08:36:42 -07:00
config Fix typos. 2019-06-11 01:52:14 +08:00
healthcheck pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
iptables Merge pull request #78820 from haosdent/fix_typos 2019-07-01 15:09:20 -07:00
ipvs Add GetKernelVersion to ipvs.KernelHandler interface 2019-07-31 22:10:44 +03:00
metrics proxy: add some useful metrics 2019-05-07 14:21:13 +02:00
userspace pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
util Fix some lint errors in pkg/proxy 2019-05-09 16:48:29 -04:00
winkernel Fix the creation of load balancer policy for the NodeIp when NodePort specified is same as service Port 2019-06-20 11:11:44 -07:00
winuserspace proxy: consolidate ServicesHandler/EndpointsHandler into ProxyProvider 2019-04-05 16:16:35 -05:00
BUILD proxy: add some useful metrics 2019-05-07 14:21:13 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
endpoints.go Merge pull request #76165 from JacobTanenbaum/minor-cleanups 2019-05-15 22:55:55 -07:00
endpoints_test.go changing UpdateEndpointsMap to Update 2019-05-07 14:41:15 -04:00
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
service.go enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04:00
service_test.go enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04:00
types.go enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04:00