Fix a typo in PreBindPlugin comment

"before a pod is being scheduled"  ->" before a pod is bound"
This commit is contained in:
Yuan Chen 2020-07-09 10:51:14 -07:00 committed by GitHub
parent 82baa26905
commit 57de07064f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,7 +345,7 @@ type ReservePlugin interface {
}
// 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 {
Plugin
// PreBind is called before binding a pod. All prebind plugins must return