SplitHorizonDNSConfig
Update Split-Horizon DNS Config instance.
This API updates the Split-Horizon DNS Config instance specified by the name.
patch/namespaces/{namespace}/engine-features/split-horizon-dns-configs/{name}
Path parameters
namestring required
Name of the Split-Horizon DNS Config instance.
namespacestring required
Namespace of the SplitHorizonDNSConfig instance.
Request body
Example request
{
"baseDomainNameSuffix": "example.com"
}Response
Successful operation
Example response
{
"spec": {
"baseDomainNameSuffix": "example.com",
"tls": {
"secretName": "my-tls-secret"
}
}
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲