Add Post-bind extension point to the scheduling framework

This commit is contained in:
Guoliang Wang
2019-05-08 19:55:39 +08:00
parent 0f31cc93b6
commit 20f9c9940e
5 changed files with 185 additions and 0 deletions

View File

@@ -171,6 +171,8 @@ func (*fakeFramework) RunPrebindPlugins(pc *framework.PluginContext, pod *v1.Pod
return nil
}
func (*fakeFramework) RunPostbindPlugins(pc *framework.PluginContext, pod *v1.Pod, nodeName string) {}
func (*fakeFramework) RunReservePlugins(pc *framework.PluginContext, pod *v1.Pod, nodeName string) *framework.Status {
return nil
}