kubernetes/pkg/api/endpoints
Dr. Stefan Schimanski 55daf3b80e Don't wrongly identify endpoint addresses only due to equal IP
Before this patch the endpoint IP was used to identify endpoint addresses. This
leads to wrong unification of endpoints of different pods having the same IP (e.g.
non container IP in case of Mesos). This patch takes the EndpointAddress.targetRef.UID
into consideration as well.
2015-08-07 08:31:59 +02:00
..
util_test.go run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
util.go Don't wrongly identify endpoint addresses only due to equal IP 2015-08-07 08:31:59 +02:00