Crate external_dns_sdk

Crate external_dns_sdk 

Source

Structs§

Client
External-DNS Webhook Client.
Endpoint
Domain and record type with one or more “targets” (values).
EndpointIdent
Uniquely identifiable parts of an Endpoint.
ProviderSpecificProperty
Provider-specific properties associated with an Endpoint

Enums§

Change
Change to apply to the record set held by the provider.
Error
External-DNS Webhook API Error.

Traits§

EndpointDiff
Utility trait for computing a differential from two lists of endpoints.
Provider
Utility trait for implementing an external-dns webhook provider.

Functions§

serve
Run an External-DNS compatible webhook provider, using an Axum server.