Merge pull request #1547 from weppos/patch-1

Update TTL docs to confirm DNSimple support
This commit is contained in:
Kubernetes Prow Robot 2020-06-28 00:40:14 -07:00 committed by GitHub
commit 7164cd04d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ Providers
- [ ] Azure - [ ] Azure
- [ ] Cloudflare - [ ] Cloudflare
- [x] DigitalOcean - [x] DigitalOcean
- [x] DNSimple
- [x] Google - [x] Google
- [ ] InMemory - [ ] InMemory
- [x] Linode - [x] Linode
@ -60,6 +61,9 @@ This value is a constant in the provider code.
The DigitalOcean Provider overrides the value to 300s when the TTL is 0. The DigitalOcean Provider overrides the value to 300s when the TTL is 0.
This value is a constant in the provider code. This value is a constant in the provider code.
### DNSimple Provider
The DNSimple Provider default TTL is used when the TTL is 0. The default TTL is 3600s.
### Google Provider ### Google Provider
Previously with the Google Provider, TTL's were hard-coded to 300s. Previously with the Google Provider, TTL's were hard-coded to 300s.
For safety, the Google Provider overrides the value to 300s when the TTL is 0. For safety, the Google Provider overrides the value to 300s when the TTL is 0.