activeServicePortPortals:=make(map[ServicePortPortalName]bool)// use a map as a set
if!helper.IsServiceIPSet(service){
for_,service:=rangeservices{
glog.V(3).Infof("Skipping service %s due to clusterIP = %q",svcName,service.Spec.ClusterIP)
// if ClusterIP is "None" or empty, skip proxying
returnnil
if!helper.IsServiceIPSet(service){
}
glog.V(3).Infof("Skipping service %s due to clusterIP = %q",types.NamespacedName{Namespace:service.Namespace,Name:service.Name},service.Spec.ClusterIP)