summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Mattijssen <borismattijssen@gmail.com>2016-06-02 15:08:50 +0200
committerBoris Mattijssen <borismattijssen@gmail.com>2016-06-02 15:08:50 +0200
commit4de0ecb8c1f8ee60ef0b0ae85149de72f175b806 (patch)
tree50439624d8d93abb13203868ac1bcba80c39596a
parente6b97be39612cc894d44fb7c46bedbe9c978b945 (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.md2
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