Merge pull request #93246 from lixiaobing1/lxb-remove-algorithm

remove some notes about scheduler/algorithm
This commit is contained in:
Kubernetes Prow Robot 2020-08-28 06:36:18 -07:00 committed by GitHub
commit 2382628f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,8 +262,7 @@ type FilterPlugin interface {
// Filter is called by the scheduling framework.
// All FilterPlugins should return "Success" to declare that
// the given node fits the pod. If Filter doesn't return "Success",
// please refer scheduler/algorithm/predicates/error.go
// to set error message.
// it will return "Unschedulable", "UnschedulableAndUnresolvable" or "Error".
// For the node being evaluated, Filter plugins should look at the passed
// nodeInfo reference for this particular node's information (e.g., pods
// considered to be running on the node) instead of looking it up in the