Skip to content

Commit

Permalink
Update scheduler/plugin/wrappedplugin.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kensei Nakada <handbomusic@gmail.com>
  • Loading branch information
196Ikuchil and sanposhiho committed May 10, 2022
1 parent d1376bd commit c8d4bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scheduler/plugin/wrappedplugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type Store interface {
AddScoreResult(namespace, podName, nodeName, pluginName string, score int64)
}

// FilterPluginExtender is the extender for Filter plugin.
type FilterPluginExtender interface {
// BeforeFilter is a function that runs before the Filter method of the original plugin.
// If BeforeFilter returns non-success status, the simulator plugin doesn't run the Filter method of the original plugin and return that status.
Expand Down

0 comments on commit c8d4bca

Please sign in to comment.