Extend Endpoint to have multiple Targets #239
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
The
Endpoint
struct is intended to act as an abstraction over plain DNS records (and Ownership records).We though it makes sense to group (DNSName, IP) pairs by the DNSName, so that Endpoints look like: (DNSName, [IP_1, IP_2, ...]) with a unique DNSName per Endpoint list.
This would make it easy to work on records related to the same domain name, e.g.
This issue is for the groundwork that changes
Endpoint
from having aTarget string
toTargets []string
Turned out to be more involved than though, work in progress: https://github.com/linki/external-dns/tree/feat/multiple-targets2
The text was updated successfully, but these errors were encountered: