1 stable release

2024.11.22 Nov 26, 2024

#12 in #service-provider

Download history 134/week @ 2024-11-25 9/week @ 2024-12-09

143 downloads per month

BSD-2-Clause

43KB
378 lines

externaldns

This lib implenments External-DNS webhook interface. External-DNS uses this interface to communicate with non-built-in DNS service provider.

The main trait is Provider, which defines the four functions of the webhook. Pass the implementor to Webhook::new, then Webhook::start to get the whole thing running.

Ref: https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/webhook-provider.md

Dependencies

~18–50MB
~862K SLoC