mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
chore: tiny wording on the comment
This commit is contained in:
parent
1e2511031e
commit
8f2243fe74
@ -133,7 +133,7 @@ type Evaluator struct {
|
|||||||
|
|
||||||
enableAsyncPreemption bool
|
enableAsyncPreemption bool
|
||||||
mu sync.RWMutex
|
mu sync.RWMutex
|
||||||
// preempting is a map that records the pods that are currently triggering preemption asynchronously,
|
// preempting is a set that records the pods that are currently triggering preemption asynchronously,
|
||||||
// which is used to prevent the pods from entering the scheduling cycle meanwhile.
|
// which is used to prevent the pods from entering the scheduling cycle meanwhile.
|
||||||
preempting sets.Set[types.UID]
|
preempting sets.Set[types.UID]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user