Merge remote-tracking branch 'thockin/userspace-proxy-affinity-25314' into kubeproxyfix

This commit is contained in:
Minhan Xia
2016-07-01 11:48:02 -07:00
3 changed files with 15 additions and 1 deletions

View File

@@ -29,5 +29,6 @@ type LoadBalancer interface {
// service-port and source address.
NextEndpoint(service proxy.ServicePortName, srcAddr net.Addr, sessionAffinityReset bool) (string, error)
NewService(service proxy.ServicePortName, sessionAffinityType api.ServiceAffinity, stickyMaxAgeMinutes int) error
DeleteService(service proxy.ServicePortName)
CleanupStaleStickySessions(service proxy.ServicePortName)
}