Enhance the RequeueError to support wrapping/interfaces #1018
Labels
area/api
Issues or PRs related to the APIs
kind/feature
Categorizes issue or PR as related to a new feature.
/kind feature
Describe the solution you'd like
Today the
RequeueAfterError
is subject to being lost due to wrapping, and does not support additional data sinceRequeueAfterError
is a struct, not an interface. I would like to see support for:RequeueAfterError
errorsRequeueAfterError
Anything else you would like to add:
Nope
The text was updated successfully, but these errors were encountered: