Merge pull request #118971 from everpeace/remove-unnecesary-comment-in-scheduler-plugin

Remove unnecessary comment on pkg/scheduler/framework.QueueingHintFn
This commit is contained in:
Kubernetes Prow Robot 2023-06-29 07:13:36 -07:00 committed by GitHub
commit 94f664a166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,6 @@ type ClusterEventWithHint struct {
// It's called before a Pod gets moved from unschedulableQ to backoffQ or activeQ.
//
// - `pod`: the Pod to be enqueued, which is rejected by this plugin in the past.
// - `event`: By which event the pod will be moved back to schedQ/backoffQ.
// - `oldObj` `newObj`: the object involved in that event.
// - For example, the given event is "Node deleted", the `oldObj` will be that deleted Node.
// - `oldObj` is nil if the event is add event.