Revert "Add Bind extension point of the scheduling framework"

This commit is contained in:
draveness
2019-06-22 22:52:57 +08:00
parent 30dfed8e51
commit b8950dab50
5 changed files with 12 additions and 277 deletions

View File

@@ -175,10 +175,6 @@ func (*fakeFramework) RunPrebindPlugins(pc *framework.PluginContext, pod *v1.Pod
return nil
}
func (*fakeFramework) RunBindPlugins(pc *framework.PluginContext, pod *v1.Pod, nodeName string) *framework.Status {
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 {