File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ const (
227
227
// Pending means that the scheduling process is finished successfully,
228
228
// but the plugin wants to stop the scheduling cycle/binding cycle here.
229
229
//
230
- // For example, the DRA plugin sometimes needs to wait for the external device driver
231
- // to provision the resource for the Pod .
230
+ // For example, if your plugin has to notify the scheduling result to an external component,
231
+ // and wait for it to complete something **before** binding .
232
232
// It's different from when to return Unschedulable/UnschedulableAndUnresolvable,
233
233
// because in this case, the scheduler decides where the Pod can go successfully,
234
234
// but we need to wait for the external component to do something based on that scheduling result.
You can’t perform that action at this time.
0 commit comments