Update pkg/scheduler/backend/queue/scheduling_queue.go

Co-authored-by: Maciej Skoczeń <87243939+macsko@users.noreply.github.com>
This commit is contained in:
Roman Baron
2026-03-08 11:04:15 +02:00
committed by Roman Baron
parent 858040f604
commit 85331e916f

View File

@@ -211,7 +211,7 @@ type PriorityQueue struct {
// It's non-nil only if the SchedulerAsyncAPICalls feature gate is enabled.
apiDispatcher fwk.APIDispatcher
// podSigners map a profile name to a signing function for that profile.
// podSigners maps a profile name to a signing function for that profile.
podSigners map[string]PodSigner
// isSchedulingQueueHintEnabled indicates whether the feature gate for the scheduling queue is enabled.