Skip to content

Commit 6ae67c3

Browse files
committed
Fixed a TODO comment by reviewing the code
There was a TODO asking for the code to be reviewed. I've done that, so I removed the TODO.
1 parent 474bead commit 6ae67c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/router/template/plugin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func createRouterEndpoints(endpoints *kapi.Endpoints, excludeUDP bool, lookupSvc
267267

268268
out := make([]Endpoint, 0, len(endpoints.Subsets)*4)
269269

270-
// TODO: review me for sanity
270+
// Now build the actual endpoints we pass to the template
271271
for _, s := range subsets {
272272
for _, p := range s.Ports {
273273
if excludeUDP && p.Protocol == kapi.ProtocolUDP {

0 commit comments

Comments
 (0)