Merge pull request #92939 from yuanchen8911/patch-1

Fix an error in PreBindPlugin comment
This commit is contained in:
Kubernetes Prow Robot
2020-08-27 19:08:04 -07:00
committed by GitHub

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