-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support framework.Handle
#73
Comments
SnapshotSharedLister might not be needed if #71 is complited, so lower priority for now. |
I will work on EventRecorder |
/assign @Gekko0114 |
@sanposhiho |
I would say |
Thanks, then I will work on RunFilterPluginsWithNominatedPods next |
Since RunFilterPlugins is complicated, I will work on RejectWaitingPod instead |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
@sanposhiho @Gekko0114 |
@chansuke |
@Gekko0114 |
/assign @chansuke Thanks! |
/assign Will pick up |
/priority next-release |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
@sanposhiho @Gekko0114 |
The scheduler exports
framework.Handle
to the plugins so that they can operate something on the framework side.https://github.com/kubernetes/kubernetes/blob/add482a2d31db938f3dca87920313db9d1780cf5/pkg/scheduler/framework/interface.go#L601
Some functions don't need to be implemented though, we should support the common ones at least:
The text was updated successfully, but these errors were encountered: