mirror of https://github.com/knative/pkg.git
* Return an apimachinery error if psbinding subject WithContext fails In the event a subject's `WithContext()` call fails, then ReconcileSubject fails without catching the proper error (sinkbinding's WithContext returns its own custom errors). This can manifest itself in instances where the sinkbinding subject has been deleted before the sinkbinding itself, and leaves the reconcile deletion loop stuck before the finalizer can be removed. Leaving the sinkbinding itself stuck, despite the subject already being deleted. * Alter URIFromObjectReference to return apierrs This allows for reconcile deletion to properly remove finalizer and delete sinkbinding * Update Tests * Drop unneeded Sprintf |
||
---|---|---|
.. | ||
OWNERS | ||
addressable_resolver.go | ||
addressable_resolver_test.go | ||
doc.go |