kubernetes/pkg/proxy
Antonio Ojea 11263bb57f
kube-proxy filter Load Balancer Status ingress
kube-proxy, if is configured with an IP family, filters out the
incorrect IP version of the services.

This commit fix a bug caused by not filtering out the IPs in the
LoadBalancer Status Ingress field.
2020-02-11 10:25:59 +01:00
..
apis Merge pull request #85279 from RainbowMango/pr_add_metrics_flag_to_proxy 2019-12-18 00:57:57 -08:00
config proxy: add some interface type assertions 2019-12-27 18:30:25 +08:00
healthcheck proxy: add some interface type assertions 2019-12-27 18:30:25 +08:00
iptables Merge pull request #82462 from vllry/dualstack-iptables 2020-01-07 04:38:20 -08:00
ipvs ipvs proxier README: fix typo 2020-01-09 15:12:05 +08:00
metaproxier Allow kube-proxy iptables mode to support dual-stack, with the meta-proxier. 2019-12-16 22:50:25 -08:00
metrics Hide proxy metrics that have been deprecated in 1.14 2019-11-13 19:31:14 +08:00
userspace Fix staticcheck failures for pkg/proxy/... 2019-12-22 21:32:06 +01:00
util kube-proxy filter Load Balancer Status ingress 2020-02-11 10:25:59 +01:00
winkernel Fix staticcheck failures for pkg/proxy/... 2019-12-22 21:32:06 +01:00
winuserspace Fix staticcheck failures for pkg/proxy/... 2019-12-22 21:32:06 +01:00
BUILD Merge pull request #82462 from vllry/dualstack-iptables 2020-01-07 04:38:20 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
endpoints.go Service Topology implementation 2019-11-15 13:36:43 +08:00
endpoints_test.go Service Topology implementation 2019-11-15 13:36:43 +08:00
endpointslicecache.go Ensuring kube-proxy does not mutate shared EndpointSlices 2019-12-10 13:18:04 -08:00
endpointslicecache_test.go Ensuring kube-proxy does not mutate shared EndpointSlices 2019-12-10 13:18:04 -08:00
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
service.go kube-proxy filter Load Balancer Status ingress 2020-02-11 10:25:59 +01:00
service_test.go kube-proxy filter Load Balancer Status ingress 2020-02-11 10:25:59 +01:00
topology.go Service Topology implementation 2019-11-15 13:36:43 +08:00
topology_test.go Service Topology implementation 2019-11-15 13:36:43 +08:00
types.go Service Topology implementation 2019-11-15 13:36:43 +08:00