Skip to content

Commit

Permalink
scheduler: fix missing tree id in GetQuotaSummary() (koordinator-sh#1853
Browse files Browse the repository at this point in the history
)

Signed-off-by: Jason Liu <jasonliu747@gmail.com>
  • Loading branch information
jasonliu747 authored Feb 26, 2024
1 parent e14bfe0 commit bcee742
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ func (gqm *GroupQuotaManager) GetQuotaSummary(quotaName string, includePods bool
quotaSummary := quotaInfo.GetQuotaSummary(includePods)
runtime := gqm.RefreshRuntimeNoLock(quotaName)
quotaSummary.Runtime = runtime.DeepCopy()
quotaSummary.Tree = gqm.treeID
return quotaSummary, true
}

Expand Down

0 comments on commit bcee742

Please sign in to comment.