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
typeEnqueueExtensionsinterface {
Plugin// EventsToRegister returns a series of possible events that may cause a Pod// failed by this plugin schedulable. Each event has a callback function that// filters out events to reduce useless retry of Pod's scheduling.// The events will be registered when instantiating the internal scheduling queue,// and leveraged to build event handlers dynamically.// Note: the returned list needs to be static (not depend on configuration parameters);// otherwise it would lead to undefined behavior.//// Appropriate implementation of this function will make Pod's re-scheduling accurate and performant.EventsToRegister(context.Context) ([]ClusterEventWithHint, error)
}
What would you like to be added:
Because this PR will modify the
EnqueueExtensions
interface, this issue is created for tracking. After waiting for the new dependency to be updated, this method needs to be modifiedhttps://github.com/kubernetes-sigs/kube-scheduler-wasm-extension/blob/main/scheduler/plugin/plugin.go#L152-L189
Why is this needed:
Completion requirements:
This enhancement requires the following artifacts:
The artifacts should be linked in subsequent comments.
The text was updated successfully, but these errors were encountered: