external-dns/endpoint
Matúš Ferech 7aa9d25067
Align PDNS provider with other providers by removing MatchParent
PNDS provider is the only one which uses MatchParent functionality. The
MatchParent functionality breaks domain and regex domain filters. It
also makes PDNS provider behave differently than other providers while
having the same configuration. MatchParent can be replaced by using
multiple domain filters. After discussion with maintainers we concluded
that MatchParent should be removed.
2023-08-14 12:49:23 +02:00
..
crypto_test.go #1828: Support encrypted DNS txt records 2023-04-28 20:29:54 +02:00
crypto.go #1828: Support encrypted DNS txt records 2023-04-28 20:29:54 +02:00
domain_filter_test.go Align PDNS provider with other providers by removing MatchParent 2023-08-14 12:49:23 +02:00
domain_filter.go Align PDNS provider with other providers by removing MatchParent 2023-08-14 12:49:23 +02:00
endpoint_test.go Remove unnecessary unit test changes 2023-03-30 17:49:31 -07:00
endpoint.go Add SetIdentifier to EndpointKey 2023-06-18 16:47:37 -07:00
labels_test.go #1828: Support encrypted DNS txt records 2023-04-28 20:29:54 +02:00
labels.go #1828: Support encrypted DNS txt records 2023-04-28 20:29:54 +02:00
target_filter_test.go Simplify TargetFilterInterface 2023-06-05 12:54:44 -07:00
target_filter.go Simplify TargetFilterInterface 2023-06-05 12:54:44 -07:00
zz_generated.deepcopy.go gofumpt 2022-09-20 20:48:57 -07:00