mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-21 08:47:16 +00:00
Update pkg/scheduler/backend/queue/scheduling_queue.go
Co-authored-by: Maciej Skoczeń <87243939+macsko@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user