diff options
| author | Boris Mattijssen <borismattijssen@gmail.com> | 2016-06-02 15:08:50 +0200 |
|---|---|---|
| committer | Boris Mattijssen <borismattijssen@gmail.com> | 2016-06-02 15:08:50 +0200 |
| commit | 4de0ecb8c1f8ee60ef0b0ae85149de72f175b806 (patch) | |
| tree | 50439624d8d93abb13203868ac1bcba80c39596a | |
| parent | e6b97be39612cc894d44fb7c46bedbe9c978b945 (diff) | |
Update scheduler_extender.md
The filter call should actually return a schedulerapi.ExtenderFilterResult with an api.NodeList in it, instead of a raw api.NodeList.
| -rw-r--r-- | scheduler_extender.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduler_extender.md b/scheduler_extender.md index e8ad718f..fa1edbb4 100644 --- a/scheduler_extender.md +++ b/scheduler_extender.md @@ -125,7 +125,7 @@ type ExtenderArgs struct { } ``` -The "filter" call returns a list of nodes (api.NodeList). The "prioritize" call +The "filter" call returns a list of nodes (schedulerapi.ExtenderFilterResult). The "prioritize" call returns priorities for each node (schedulerapi.HostPriorityList). The "filter" call may prune the set of nodes based on its predicates. Scores |
