externaldns-webhook

Crates.ioexternaldns-webhook
lib.rsexternaldns-webhook
version
sourcesrc
created_at2024-11-26 10:33:58.321229
updated_at2024-11-26 10:33:58.321229
descriptionInterface (trait) for ExternalDns webhook.
homepagehttps://github.com/Magicloud/externaldns-webhook
repositoryhttps://github.com/Magicloud/externaldns-webhook
max_upload_size
id1461442
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
田舍汉 (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: 13

cargo fmt