You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,6 +67,28 @@ Otherwise, it's placed in the internal unschedulable Pods list, and doesn't get
65
67
For more details about how internal scheduler queues work, read
66
68
[Scheduling queue in kube-scheduler](https://github.com/kubernetes/community/blob/f03b6d5692bd979f07dd472e7b6836b2dad0fd9b/contributors/devel/sig-scheduling/scheduler_queues.md).
67
69
70
+
### EnqueueExtension
71
+
72
+
EnqueueExtension is the interface where the plugin can control
73
+
whether to retry scheduling of Pods rejected by this plugin, based on changes in the cluster.
74
+
Plugins that implement PreEnqueue, PreFilter, Filter, Reserve or Permit should implement this interface.
0 commit comments