This commit is contained in:
Andrew Williams 2017-06-08 05:29:50 +00:00 committed by GitHub
commit e312873af5

View file

@ -527,6 +527,8 @@ func (ic *GenericController) getStreamServices(configmapName string, proto api.P
}) })
} }
sort.Sort(ingress.LocationByPath(svcs))
return svcs return svcs
} }