From 4786705f8e4e6e19f1052fefc0ad17f26af02475 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Fri, 7 Aug 2015 22:08:50 +0200 Subject: [PATCH] Move TODO from source into an github issue --- test/e2e/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/service.go b/test/e2e/service.go index 91aaac14458..5a18e576bea 100644 --- a/test/e2e/service.go +++ b/test/e2e/service.go @@ -1034,7 +1034,6 @@ func getContainerPortsByPodUID(endpoints *api.Endpoints) PortsByPodUID { // use endpoint annotations to recover the container port in a Mesos setup // compare contrib/mesos/pkg/service/endpoints_controller.syncService - // TODO(sttts): add ContainerPort to EndpointPort struct, defaulting to (host) Port if providerIs("mesos/docker") { key := fmt.Sprintf("k8s.mesosphere.io/containerPort_%s_%s_%d", port.Protocol, addr.IP, hostPort) containerPortString := endpoints.Annotations[key]