DaanHoogland commented on code in PR #12167:
URL: https://github.com/apache/cloudstack/pull/12167#discussion_r2576833767
##########
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterManagerImpl.java:
##########
@@ -398,6 +400,8 @@ public class KubernetesClusterManagerImpl extends
ManagerBase implements Kuberne
public ProjectManager projectManager;
@Inject
RoleService roleService;
+ @Inject
+ ResourceLimitService resourceLimitService;
Review Comment:
the sonar warning here is new to me. If we need to deal with this that is
going to be a huge effort as this pattern is all over the project.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]