mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
fix typo in resource_allocation.go
This commit is contained in:
parent
5911f87dad
commit
64b40b5f48
@ -45,7 +45,7 @@ func (r *ResourceAllocationPriority) PriorityMap(
|
||||
if priorityMeta, ok := meta.(*priorityMetadata); ok {
|
||||
requested = *priorityMeta.nonZeroRequest
|
||||
} else {
|
||||
// We couldn't parse metadatat - fallback to computing it.
|
||||
// We couldn't parse metadata - fallback to computing it.
|
||||
requested = *getNonZeroRequests(pod)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user