externaldns-webhook

Crates.ioexternaldns-webhook
lib.rsexternaldns-webhook
version2025.3.4
created_at2024-11-26 10:33:58.321229+00
updated_at2025-03-12 02:56:42.79338+00
descriptionInterface (trait) for ExternalDns webhook.
homepagehttps://github.com/Magicloud/externaldns-webhook
repositoryhttps://github.com/Magicloud/externaldns-webhook
max_upload_size
id1461442
size166,788
田舍汉 (Magicloud)

documentation

README

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

Commit count: 21

cargo fmt