Crates.io | externaldns-webhook |
lib.rs | externaldns-webhook |
version | |
source | src |
created_at | 2024-11-26 10:33:58.321229 |
updated_at | 2024-11-26 10:33:58.321229 |
description | Interface (trait) for ExternalDns webhook. |
homepage | https://github.com/Magicloud/externaldns-webhook |
repository | https://github.com/Magicloud/externaldns-webhook |
max_upload_size | |
id | 1461442 |
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` |
size | 0 |
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