Skip to content

Commit 27c9bd4

Browse files
authored
Merge pull request kubernetes#92939 from yuanchen8911/patch-1
Fix an error in PreBindPlugin comment
2 parents 5760cef + 57de070 commit 27c9bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/framework/v1alpha1/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ type ReservePlugin interface {
345345
}
346346

347347
// PreBindPlugin is an interface that must be implemented by "prebind" plugins.
348-
// These plugins are called before a pod being scheduled.
348+
// These plugins are called before a pod is bound.
349349
type PreBindPlugin interface {
350350
Plugin
351351
// PreBind is called before binding a pod. All prebind plugins must return

0 commit comments

Comments
 (0)