mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
remove some notes about scheduler/algorithm
This commit is contained in:
parent
68168541ea
commit
7920de5b57
@ -262,8 +262,7 @@ type FilterPlugin interface {
|
|||||||
// Filter is called by the scheduling framework.
|
// Filter is called by the scheduling framework.
|
||||||
// All FilterPlugins should return "Success" to declare that
|
// All FilterPlugins should return "Success" to declare that
|
||||||
// the given node fits the pod. If Filter doesn't return "Success",
|
// the given node fits the pod. If Filter doesn't return "Success",
|
||||||
// please refer scheduler/algorithm/predicates/error.go
|
// it will return "Unschedulable", "UnschedulableAndUnresolvable" or "Error".
|
||||||
// to set error message.
|
|
||||||
// For the node being evaluated, Filter plugins should look at the passed
|
// For the node being evaluated, Filter plugins should look at the passed
|
||||||
// nodeInfo reference for this particular node's information (e.g., pods
|
// 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
|
// considered to be running on the node) instead of looking it up in the
|
||||||
|
Loading…
Reference in New Issue
Block a user