File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1087,10 +1087,11 @@ func (service *HTTPRestService) AssignAvailableIPConfigs(podInfo cns.PodInfo) ([
10871087 //nolint:goerr113 // return error
10881088 return podIPInfo , fmt .Errorf ("not enough IPs available, waiting on Azure CNS to allocate more" )
10891089 }
1090-
1090+ //lint:ignore SA1019 suppress deprecated logger.Printf usage
1091+ // Todo: legacy logger usage is consistent in cns repo. Migrates when all logger usage is migrated
10911092 logger .Printf (
10921093 "[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v" ,
1093- podInfo , //nolint:staticcheck // Todo: legacy logger usage is consistent in cns repo. Migrates when all logger usage is migrated
1094+ podInfo ,
10941095 )
10951096 return podIPInfo , nil
10961097}
You can’t perform that action at this time.
0 commit comments