kubernetes-csi / external-resizer

Sidecar container that watches Kubernetes PersistentVolumeClaims objects and triggers controller side expansion operation against a CSI endpoint
Apache License 2.0
123 stars 123 forks source link

Remove usage of `workqueue.RateLimitingInterface` because it is deprecated #416

Open gnufied opened 1 month ago

gnufied commented 1 month ago

We should replace this with proper typed interface, because this function is deprecated.