kubernetes/pkg/proxy
Jacob Tanenbaum c0392d72e9 enforce the interface relationship between ServicePort and BaseServiceInfo
Currently the BaseServiceInfo struct implements the ServicePort interface, but
only uses that interface sometimes. All the elements of BaseServiceInfo are exported
and sometimes the interface is used to access them and othertimes not

I extended the ServicePort interface so that all relevent values can be accessed through
it and unexported all the elements of BaseServiceInfo
2019-06-05 14:50:24 -04:00
..
apis support ipv6 in bind address 2019-04-17 15:31:42 +08:00
config pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
healthcheck pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
iptables enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04:00
ipvs enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04: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 proxy: add some useful metrics 2019-05-07 14:21:13 +02: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_test.go changing UpdateEndpointsMap to Update 2019-05-07 14:41:15 -04:00
endpoints.go Merge pull request #76165 from JacobTanenbaum/minor-cleanups 2019-05-15 22:55:55 -07:00
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
service_test.go enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04:00
service.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