mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
Fix a typo in PreBindPlugin comment
"before a pod is being scheduled" ->" before a pod is bound"
This commit is contained in:
parent
82baa26905
commit
57de07064f
@ -345,7 +345,7 @@ type ReservePlugin interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// PreBindPlugin is an interface that must be implemented by "prebind" plugins.
|
// PreBindPlugin is an interface that must be implemented by "prebind" plugins.
|
||||||
// These plugins are called before a pod being scheduled.
|
// These plugins are called before a pod is bound.
|
||||||
type PreBindPlugin interface {
|
type PreBindPlugin interface {
|
||||||
Plugin
|
Plugin
|
||||||
// PreBind is called before binding a pod. All prebind plugins must return
|
// PreBind is called before binding a pod. All prebind plugins must return
|
||||||
|
Loading…
Reference in New Issue
Block a user