kubernetes/pkg/proxy/iptables
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
..
BUILD This commit does two things in pkg package: 2019-04-09 10:56:35 +08:00
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
proxier_test.go enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04:00
proxier.go enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04:00