update comment to match implementation

This commit is contained in:
Todd Neal 2023-01-27 13:59:40 -06:00
parent 1f02f43ec6
commit 69f04a2fc1

View File

@ -20,7 +20,7 @@ import (
v1 "k8s.io/api/core/v1"
)
// For each of these resources, a pod that doesn't request the resource explicitly
// For each of these resources, a container that doesn't request the resource explicitly
// will be treated as having requested the amount indicated below, for the purpose
// of computing priority only. This ensures that when scheduling zero-request pods, such
// pods will not all be scheduled to the node with the smallest in-use request,