From 69f04a2fc1ae37eee432e28575487f7654933a39 Mon Sep 17 00:00:00 2001 From: Todd Neal Date: Fri, 27 Jan 2023 13:59:40 -0600 Subject: [PATCH] update comment to match implementation --- pkg/scheduler/util/pod_resources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/scheduler/util/pod_resources.go b/pkg/scheduler/util/pod_resources.go index bf665c68cc6..4f3d405b8b1 100644 --- a/pkg/scheduler/util/pod_resources.go +++ b/pkg/scheduler/util/pod_resources.go @@ -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,