Skip to content

Commit 57de070

Browse files
authored
Fix a typo in PreBindPlugin comment
"before a pod is being scheduled" ->" before a pod is bound"
1 parent 82baa26 commit 57de070

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)