Commit Graph

19 Commits

Author SHA1 Message Date
Harry Fox
e8225455d5 Fix documentation for CloudFlare TTL 2022-08-31 14:43:51 +01:00
Alexander Sharov
2f9556681a
Fix documentation for Azure TTL 2022-03-15 15:20:08 +04:00
Kushal Bhandari
3b085c5fcc
Merge branch 'master' into master 2020-06-30 11:18:58 -07:00
Kubernetes Prow Robot
7164cd04d3
Merge pull request #1547 from weppos/patch-1
Update TTL docs to confirm DNSimple support
2020-06-28 00:40:14 -07:00
Kushal Bhandari
00da3a130f
Merge branch 'master' into master 2020-06-16 13:55:52 -07:00
kbhandari
7a71b2932a Added final review comments 2020-06-16 20:15:32 +00:00
kbhandari
a2027755c9 Added fix for default TTL 2020-06-16 19:07:19 +00:00
kbhandari
844b787dba Started making changes on ultradns plugin 2020-06-15 19:03:31 +00:00
Ratnadeep Debnath
e1bf3fb612
Fix typo in ttl.md
This fixes a typo `docs/ttl.md`
2020-05-08 16:49:35 +05:30
Simone Carletti
77d7dea556 Update TTL docs to confirm DNSimple support
It was added in #477
2020-04-27 18:49:11 +02:00
David Dymko
beedea2977 docs 2020-04-10 12:46:59 -04:00
Igor Zibarev
6e6af8aa0d Add support for human-friendly TTL values
Supports specifying TTL values in Golang duration format for
`external-dns.alpha.kubernetes.io/ttl` annotation.
2020-01-09 21:13:53 +03:00
Alex Orange
1c8b189859 Improve RFC2136 documentation. 2019-11-26 11:36:27 -07:00
Reinier Schoof
a2b07c1383 added TransIP provider 2019-04-28 14:42:07 +02:00
cliedeman
65f8b914b1 Linode Provider Implementation 2018-08-14 16:26:14 +02:00
Andrew Starr-Bochicchio
19476bd869 s/Ttl/TTL/ 2018-08-10 09:58:05 -04:00
Andrew Starr-Bochicchio
edc018cfd1 Add support to configure TTLs on DigitalOcean. 2018-08-09 18:43:23 -04:00
leigh schrandt
65f4239d44 provider=google: Add Ttl from annotations:
Use `int64(ep.RecordTTL)` in `newRecord()`
Fallback to hardcoded 300s for backwards-compat
Add `TestNewRecords()`
Add notes in *ttl.md*
2017-11-14 15:23:51 -07:00
Kevin J. Qiu
71723bdd5b Allow specifying a custom TTL through annotation on Ingress or Service (#320)
* Add RecordTTL

* Route53: test for custom TTL

* Fix tests

* Fix remaining tests

* Add ttl when endpoint is created from ingress

* Missed a word

* Fix bad refactoring

* Add ingress custom TTL test

* gofmt

* Satisfy go-lint

* Unshadow `endpoint` in azure provider

* Fix and add an output test

* Add TTL for endpoints generated from service templates

* Take TTL into account when generating update plan

* Tests for TTL change impact on the plan

* Refactor factory method name

* Refactoring

* Run gofmt

* Make endpoint string format look like BIND config

* Update plan and plan_test

* Replace NewEndpointWithTTLValue with NewEndpointWithTTL in aws

* Remove NewEndpointWithTTLValue func

* Update references to TTL

* Remove getTTLValue func

* Handle merge conflict

* Update tests

* Update README, CHANGELOG and documentation

* Run gofmt

* Move getTTLFromAnnotations to a common file

* Refactor getTTLFromAnnotations

* Gofmt

* Add tests for getTTLFromAnnotations

* Trigger build

* Add boilerplate header

* Update README/CHANGELOG according to code review

* Add ttl.md and link it from README

* change CNAME string to endpoint.RecordTypeCNAME

* fix test cases with AWS ALIAS records, these do not behave different in these tests
2017-10-11 14:17:02 +02:00