Merge pull request #26706 from borismattijssen/patch-1
Automatic merge from submit-queue 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.
This commit is contained in:
commit
ac989f60a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user