mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-11-01 19:21:00 +01:00
Remove unused ttl field
This commit is contained in:
parent
5d556868f1
commit
0bc324d0c8
@ -114,7 +114,7 @@ func (c fakeDesignateClient) UpdateRecordSet(zoneID, recordSetID string, opts re
|
||||
if opts.Description != nil {
|
||||
rs.Description = *opts.Description
|
||||
}
|
||||
rs.TTL = *opts.TTL
|
||||
|
||||
rs.Records = opts.Records
|
||||
return nil
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user