mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
chore: godaddy s/Discard/Ignore/g - its confusing
This commit is contained in:
parent
d679fdb110
commit
bbce4a843e
@ -247,7 +247,7 @@ func (p *GDProvider) records(ctx *context.Context, zone string, all bool) (*gdRe
|
||||
|
||||
results.records = append(results.records, rec)
|
||||
} else {
|
||||
log.Infof("GoDaddy: Discard record %s for %s is %+v", rec.Name, zone, rec)
|
||||
log.Infof("GoDaddy: Ignore record %s for %s is %+v", rec.Name, zone, rec)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user