-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversion Webhooks #71
Comments
Yeah, it'll probably be a part the effort to support mutating and validation webhooks (#15) which hasn't been started yet. |
I can take a look at some of that. Bonny's pretty cool! This is my favorite alternative to what I'm working on in the controller-runtime/KUDO space right now. |
Thats awesome to here! Kudo looks pretty cool! Webhooks would be good to see in one of the the next miles when prometheus (#4) endpoints are added since it'll require an HTTP server. I was planning to implement Webhooks using the same 'server' abstractions and simply require a handler function. def MyWebhook do
use Bonny.Server.MutatingWebhook, %{...config...}
def mutate(request), do: ...
end |
Are there plans to enable Bonny to have abstractions over conversion webhooks?
The text was updated successfully, but these errors were encountered: