externaldns-webhook 2025.10.17

Interface (trait) for ExternalDns(v0.15.0) webhook.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod changes;
pub mod domain_filter;
pub mod endpoint;
mod provider;
mod status;
mod webhook;
mod webhook_json;

const MEDIATYPE: &str = "application/external.dns.webhook+json;version=1";

pub use provider::Provider;
pub use status::Status;
pub use webhook::Webhook;