We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82baa26 commit 57de070Copy full SHA for 57de070
pkg/scheduler/framework/v1alpha1/interface.go
@@ -345,7 +345,7 @@ type ReservePlugin interface {
345
}
346
347
// PreBindPlugin is an interface that must be implemented by "prebind" plugins.
348
-// These plugins are called before a pod being scheduled.
+// These plugins are called before a pod is bound.
349
type PreBindPlugin interface {
350
Plugin
351
// PreBind is called before binding a pod. All prebind plugins must return
0 commit comments