klog.V(5).Infof("Delete service (%s): START clusterName=%q",serviceName,clusterName)
ignoreErrors:=func(errerror)error{
ifignoreStatusNotFoundFromError(err)==nil{
klog.V(5).Infof("EnsureLoadBalancerDeleted: ignoring StatusNotFound error because the resource doesn't exist (%v)",err)
returnnil
}
ifignoreStatusForbiddenFromError(err)==nil{
klog.V(5).Infof("EnsureLoadBalancerDeleted: ignoring StatusForbidden error (%v). This may be caused by wrong configuration via service annotations",err)