We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f07da7 commit 005e85cCopy full SHA for 005e85c
pkg/scheduler/framework/interface.go
@@ -371,8 +371,6 @@ type EnqueueExtensions interface {
371
// Note: the returned list needs to be static (not depend on configuration parameters);
372
// otherwise it would lead to undefined behavior.
373
//
374
- // The returned events could be nil to indicate that no events other than the pod's own update
375
- // can make the pod re-schedulable. An example is SchedulingGates plugin.
376
// Appropriate implementation of this function will make Pod's re-scheduling accurate and performant.
377
EventsToRegister() []ClusterEventWithHint
378
}
0 commit comments