Merge pull request #115368 from tzneal/correct-comment

update comment to match implementation
This commit is contained in:
Kubernetes Prow Robot 2023-01-29 17:21:16 -08:00 committed by GitHub
commit 7b243cef1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,