-
-
Notifications
You must be signed in to change notification settings - Fork 381
Closed
Labels
clientkube Client relatedkube Client related
Description
The official Go client provides rate limiters to prevent spamming the API with requests.
See https://pkg.go.dev/k8s.io/[email protected]/util/workqueue
It would be nice to get similar functionality in this project.
Useful would be:
- Global rate limiter for the whole client
Api<T>specific rate limiter- Pluggable rate limiting strategies, like in the Go client (exponential backoff, etc)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
clientkube Client relatedkube Client related
Type
Projects
Status
Done