mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
update extension point PostFilter comment
This commit is contained in:
@@ -136,7 +136,7 @@ type Plugins struct {
|
|||||||
// Filter is a list of plugins that should be invoked when filtering out nodes that cannot run the Pod.
|
// Filter is a list of plugins that should be invoked when filtering out nodes that cannot run the Pod.
|
||||||
Filter PluginSet
|
Filter PluginSet
|
||||||
|
|
||||||
// PostFilter is a list of plugins that are invoked after filtering phase, no matter whether filtering succeeds or not.
|
// PostFilter is a list of plugins that are invoked after filtering phase, but only when no feasible nodes were found for the pod.
|
||||||
PostFilter PluginSet
|
PostFilter PluginSet
|
||||||
|
|
||||||
// PreScore is a list of plugins that are invoked before scoring.
|
// PreScore is a list of plugins that are invoked before scoring.
|
||||||
|
@@ -167,7 +167,7 @@ type Plugins struct {
|
|||||||
// Filter is a list of plugins that should be invoked when filtering out nodes that cannot run the Pod.
|
// Filter is a list of plugins that should be invoked when filtering out nodes that cannot run the Pod.
|
||||||
Filter PluginSet `json:"filter,omitempty"`
|
Filter PluginSet `json:"filter,omitempty"`
|
||||||
|
|
||||||
// PostFilter is a list of plugins that are invoked after filtering phase, no matter whether filtering succeeds or not.
|
// PostFilter is a list of plugins that are invoked after filtering phase, but only when no feasible nodes were found for the pod.
|
||||||
PostFilter PluginSet `json:"postFilter,omitempty"`
|
PostFilter PluginSet `json:"postFilter,omitempty"`
|
||||||
|
|
||||||
// PreScore is a list of plugins that are invoked before scoring.
|
// PreScore is a list of plugins that are invoked before scoring.
|
||||||
|
@@ -160,7 +160,7 @@ type Plugins struct {
|
|||||||
// Filter is a list of plugins that should be invoked when filtering out nodes that cannot run the Pod.
|
// Filter is a list of plugins that should be invoked when filtering out nodes that cannot run the Pod.
|
||||||
Filter PluginSet `json:"filter,omitempty"`
|
Filter PluginSet `json:"filter,omitempty"`
|
||||||
|
|
||||||
// PostFilter is a list of plugins that are invoked after filtering phase, no matter whether filtering succeeds or not.
|
// PostFilter is a list of plugins that are invoked after filtering phase, but only when no feasible nodes were found for the pod.
|
||||||
PostFilter PluginSet `json:"postFilter,omitempty"`
|
PostFilter PluginSet `json:"postFilter,omitempty"`
|
||||||
|
|
||||||
// PreScore is a list of plugins that are invoked before scoring.
|
// PreScore is a list of plugins that are invoked before scoring.
|
||||||
|
Reference in New Issue
Block a user