kubernetes/pkg/proxy
Dan Winship 46a2ce2229 Drop PendingChanges methods from change trackers, move into UpdateResults
This fixes a race condition where the tracker could be updated in
between us calling .PendingChanges() and .Update().
2024-01-16 13:13:29 -08:00
..
apis Ipvs: remove the scheduler validation 2023-01-06 19:42:13 +01:00
config Drop unused EndpointsHandler / EndpointsConfig from pkg/proxy/config 2023-01-01 16:57:27 -05:00
healthcheck Add proxy healthz result to ETP=local health check 2023-03-06 10:53:17 +01:00
iptables Drop PendingChanges methods from change trackers, move into UpdateResults 2024-01-16 13:13:29 -08:00
ipvs Kube-proxy/ipvs: accept access to healthCheckNodePort on LbIP 2023-05-03 18:38:42 +02:00
metaproxier Migrate cmd/proxy/app and pkg/proxy/meta_proxier to structured logging (#104928) 2021-09-14 20:50:40 -07:00
metrics Merge pull request #110268 from danwinship/minimize-iptables-changes 2022-11-01 18:06:46 -07:00
util Optimize NodePortAddresses 2023-02-22 08:32:21 -05:00
winkernel Adding additional validations to queried endpoint list iteration. 2023-04-12 08:44:08 +05:30
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
endpoints.go Drop PendingChanges methods from change trackers, move into UpdateResults 2024-01-16 13:13:29 -08:00
endpoints_test.go Drop PendingChanges methods from change trackers, move into UpdateResults 2024-01-16 13:13:29 -08:00
endpointslicecache.go Drop PendingChanges methods from change trackers, move into UpdateResults 2024-01-16 13:13:29 -08:00
endpointslicecache_test.go pkg/proxy: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-08-14 18:27:33 +03:00
node.go kube-proxy avoid race condition using LocalModeNodeCIDR 2023-06-06 21:10:53 +00:00
node_test.go kube-proxy avoid race condition using LocalModeNodeCIDR 2023-06-06 21:10:53 +00:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
service.go Drop PendingChanges methods from change trackers, move into UpdateResults 2024-01-16 13:13:29 -08:00
service_test.go Drop PendingChanges methods from change trackers, move into UpdateResults 2024-01-16 13:13:29 -08:00
topology.go Introducing Topology Mode Annotation, Deprecating Topology Hints 2023-03-14 02:23:11 +00:00
topology_test.go Introducing Topology Mode Annotation, Deprecating Topology Hints 2023-03-14 02:23:11 +00:00
types.go Introducing Topology Mode Annotation, Deprecating Topology Hints 2023-03-14 02:23:11 +00:00