mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
missed one
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
This commit is contained in:
parent
180afc67ea
commit
12d930cfda
@ -461,7 +461,7 @@ func (d *dynProviderState) login() (*dynect.Client, error) {
|
||||
// the zones we are allowed to touch. Currently only exact matches are considered, not all
|
||||
// zones with the given suffix
|
||||
func (d *dynProviderState) zones(client *dynect.Client) []string {
|
||||
return d.ZoneIDFilter.ZoneIDs // FIXME this should not access directly the ZoneIDs, no other provider does
|
||||
return d.ZoneIDFilter.ZoneIDs
|
||||
}
|
||||
|
||||
func (d *dynProviderState) buildRecordRequest(ep *endpoint.Endpoint) (string, *dynect.RecordRequest) {
|
||||
|
Loading…
Reference in New Issue
Block a user