// If a new backend service was created, delete the old one.
ifexistingBackendService.Name!=expectedBSName{
glog.V(2).Infof("clearPreviousInternalResources(%v): expected backend service %q does not match previous %q - deleting backend service",loadBalancerName,expectedBSName,existingBackendService.Name)
glog.Warningf("clearPreviousInternalResources(%v): more than one health check on the backend service %v, %v",loadBalancerName,existingBackendService.Name,existingBackendService.HealthChecks)
}
returnnil
}
// updateInternalLoadBalancer is called when the list of nodes has changed. Therefore, only the instance groups
// and possibly the backend service need to be updated.