You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnpodIPInfo, fmt.Errorf("not enough IPs available, waiting on Azure CNS to allocate more")
1089
1089
}
1090
1090
1091
+
//lint:ignore SA1019 suppress deprecated logger.Printf usage. Todo: legacy logger usage is consistent in cns repo. Migrates when all logger usage is migrated
1091
1092
logger.Printf(
1092
1093
"[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
0 commit comments