Commit 64b40b5f authored by Lei Xue's avatar Lei Xue Committed by Lei Xue

fix typo in resource_allocation.go

parent 5911f87d
...@@ -45,7 +45,7 @@ func (r *ResourceAllocationPriority) PriorityMap( ...@@ -45,7 +45,7 @@ func (r *ResourceAllocationPriority) PriorityMap(
if priorityMeta, ok := meta.(*priorityMetadata); ok { if priorityMeta, ok := meta.(*priorityMetadata); ok {
requested = *priorityMeta.nonZeroRequest requested = *priorityMeta.nonZeroRequest
} else { } else {
// We couldn't parse metadatat - fallback to computing it. // We couldn't parse metadata - fallback to computing it.
requested = *getNonZeroRequests(pod) requested = *getNonZeroRequests(pod)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment