runtime.HandleError(fmt.Errorf("the port %d for service %s/%s was assigned to multiple services; please recreate",port,svc.Name,svc.Namespace))
runtime.HandleError(fmt.Errorf("the port %d for service %s/%s was assigned to multiple services; please recreate",port,svc.Name,svc.Namespace))
caseportallocator.ErrNotInRange:
caseerr.(*portallocator.ErrNotInRange):
// TODO: send event
// TODO: send event
// port is broken, reallocate
// port is broken, reallocate
runtime.HandleError(fmt.Errorf("the port %d for service %s/%s is not within the port range %v; please recreate",port,svc.Name,svc.Namespace,c.portRange))
runtime.HandleError(fmt.Errorf("the port %d for service %s/%s is not within the port range %v; please recreate",port,svc.Name,svc.Namespace,c.portRange))