Crate external_dns_sdk
Source - 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
- Change
- Change to apply to the record set held by the provider.
- Error
- External-DNS Webhook API Error.
- EndpointDiff
- Utility trait for computing a differential from two lists of endpoints.
- Provider
- Utility trait for implementing an external-dns webhook provider.
- serve
- Run an External-DNS compatible webhook provider, using an Axum server.