Skip to content

Commit 8cdc67c

Browse files
authored
Merge pull request kubernetes#130966 from sanposhiho/patch-16
chore: correct the comment on UnschedulablePlugins
2 parents 2522267 + 5413d0e commit 8cdc67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/framework/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ type QueuedPodInfo struct {
377377
// latency for a pod.
378378
InitialAttemptTimestamp *time.Time
379379
// UnschedulablePlugins records the plugin names that the Pod failed with Unschedulable or UnschedulableAndUnresolvable status
380-
// at specific extension points: PreFilter, Filter, Reserve, Permit (WaitOnPermit), or PreBind.
380+
// at specific extension points: PreFilter, Filter, Reserve, or Permit (WaitOnPermit).
381381
// If Pods are rejected at other extension points,
382382
// they're assumed to be unexpected errors (e.g., temporal network issue, plugin implementation issue, etc)
383383
// and retried soon after a backoff period.

0 commit comments

Comments
 (0)