mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
add documentation
This commit is contained in:
parent
dd9725e70f
commit
36c6da990d
@ -26,6 +26,8 @@ The following table represents the methods to implement mapped to their HTTP met
|
|||||||
| AdjustEndpoints | POST | /adjustendpoints | Provider specific adjustments of records |
|
| AdjustEndpoints | POST | /adjustendpoints | Provider specific adjustments of records |
|
||||||
| ApplyChanges | POST | /records | Apply record |
|
| ApplyChanges | POST | /records | Apply record |
|
||||||
|
|
||||||
|
OpenAPI spec is [here](../../api/webhook.yaml).
|
||||||
|
|
||||||
ExternalDNS will also make requests to the `/` endpoint for negotiation and for deserialization of the `DomainFilter`.
|
ExternalDNS will also make requests to the `/` endpoint for negotiation and for deserialization of the `DomainFilter`.
|
||||||
|
|
||||||
The server needs to respond to those requests by reading the `Accept` header and responding with a corresponding `Content-Type` header specifying the supported media type format and version.
|
The server needs to respond to those requests by reading the `Accept` header and responding with a corresponding `Content-Type` header specifying the supported media type format and version.
|
||||||
|
Loading…
Reference in New Issue
Block a user