Skip to content

Commit

Permalink
change queue from RateLimitingInterface to TypedRateLimitingInterface…
Browse files Browse the repository at this point in the history
…[any]

Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Oct 15, 2024
1 parent 9d5efd8 commit 8946762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/mpi_job_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ type MPIJobController struct {
// means we can ensure we only process a fixed amount of resources at a
// time, and makes it easy to ensure we are never processing the same item
// simultaneously in two different workers.
queue workqueue.RateLimitingInterface
queue workqueue.TypedRateLimitingInterface[any]
// recorder is an event recorder for recording Event resources to the
// Kubernetes API.
recorder record.EventRecorder
Expand Down

0 comments on commit 8946762

Please sign in to comment.