Commit ac989f60 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #26706 from borismattijssen/patch-1

Automatic merge from submit-queue Update scheduler_extender.md [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]() The filter call should actually return a schedulerapi.ExtenderFilterResult with an api.NodeList in it, instead of a raw api.NodeList.
parents fe07ca6c 99264f44
...@@ -125,7 +125,7 @@ type ExtenderArgs struct { ...@@ -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). returns priorities for each node (schedulerapi.HostPriorityList).
The "filter" call may prune the set of nodes based on its predicates. Scores The "filter" call may prune the set of nodes based on its predicates. Scores
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment