This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
kubernetes
Watch
1
Star
0
Fork
0
You've already forked kubernetes
mirror of
https://github.com/k3s-io/kubernetes.git
synced
2025-10-08 14:29:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
38241c7e80cfaf6d2e4f88fe2d66716baed38b16
kubernetes
/
pkg
/
proxy
History
Steve Reed
38241c7e80
Copies endpoint slices before any sorting
2015-01-22 14:20:18 -08:00
..
config
fix interface conversion panic
2015-01-16 12:23:16 -08:00
doc.go
…
loadbalancer.go
Sticky Session Implementation
2014-12-18 18:46:10 -05:00
proxier_test.go
Split portals into host and container
2014-12-29 09:18:12 -08:00
proxier.go
When choosing a host interface proxier must only consider the ones with an address assigned
2015-01-14 17:09:27 -02:00
roundrobin_test.go
Fixes
#3640
by shuffling endpoints in the round-robin load balancer
2015-01-22 14:19:56 -08:00
roundrobin.go
Copies endpoint slices before any sorting
2015-01-22 14:20:18 -08:00
udp_server.go
…