manirajv06 commented on code in PR #465:
URL: https://github.com/apache/yunikorn-core/pull/465#discussion_r1040699435
##########
pkg/scheduler/ugm/manager.go:
##########
@@ -231,6 +240,15 @@ func (m *Manager) GetGroupsResources() []*GroupTracker {
return groupTrackers
}
+func (m *Manager) GetGroupResourcesByGroupName(group string) *GroupTracker {
Review Comment:
Sorry :). Purpose of the above method is to get the user/group tracker
object. So, GetUserTracker and GetGroupTracker fits in?
--
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]