kubernetes/pkg/proxy
Mike Foley c4e94efe16 Sticky Session Implementation
- Added process to cleanup stale session affinity records
- Automatically set cloud provided load balancer for sticky session if the service requires it - Note, this only works on GCE right now.
- Changed sessionAffinityMap a map to pointers instead of structs to improve performance
- Commented out cookie and protocol from sessionAffinityDetail to avoid confusion as it is not yet implemented.
2014-12-18 18:46:10 -05:00
..
config Rename util.config.Watcher -> util.config.Broadcaster. 2014-12-04 00:10:27 -08:00
doc.go proxy: fixing linting errors. 2014-07-10 22:36:06 -07:00
loadbalancer.go Sticky Session Implementation 2014-12-18 18:46:10 -05:00
proxier.go Sticky Session Implementation 2014-12-18 18:46:10 -05:00
proxier_test.go Merge pull request #2147 from justinsb/ipv6 2014-11-14 10:34:37 -08:00
roundrobin.go Sticky Session Implementation 2014-12-18 18:46:10 -05:00
roundrobin_test.go Sticky Session Implementation 2014-12-18 18:46:10 -05:00
udp_server.go Clean up error logs. 2014-11-21 09:45:26 +08:00