SplitHorizonDNSConfig
Create Split-Horizon DNS Config for PSMDB.
This API creates a new Split-Horizon DNS Config instance.
post/namespaces/{namespace}/engine-features/split-horizon-dns-configs
Path parameters
namespacestring required
Namespace of the Split-Horizon DNS Config instance.
Request body
Example request
{
"spec": {
"baseDomainNameSuffix": "example.com",
"tls": {
"secretName": "my-tls-secret"
}
}
}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
- ▲