Skip to content

Commit

Permalink
scheduler: fix missing tree id in GetQuotaSummary() (#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 5d61bb6 commit c0ccdac
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 c0ccdac

Please sign in to comment.