external-dns/docs/tutorials
Peter Huene 3355528c16 Implement Azure DNS provider (#210) (#214)
* vendor Azure Go SDK (#210)

* vendor the Azure Go SDK and dependencies

* add initial Azure DNS provider implementation (#210)

* add 'azure' value to 'provider' command line option
* add 'azure-config-file' command line option
* add 'azure-resource-group' command line option
* implement initial Azure DNS provider

note: azure provider is not yet fully implemented (does not query for existing
records).

tests and documentation are forthcoming.

* add a tutorial for the Azure provider (#210)

* add tutorial for using ExternalDNS with Azure DNS

* finish implementation of Azure DNS provider (#210)

* implement the Records method for the Azure DNS provider

* refactor Azure API interface for future tests (#210)

* make Azure provider use an interface for future unit tests

* add unit tests for the Azure provider (#210)

* test retrieving Azure DNS records.
* test updating and deleting Azure DNS records.
* test dry run for the Azure provider (i.e. noop).
2017-06-02 15:24:52 +02:00
..
aws.md fix: align more docs with the current release (#202) 2017-05-08 18:45:59 +02:00
azure.md Implement Azure DNS provider (#210) (#214) 2017-06-02 15:24:52 +02:00
gke.md fix: align more docs with the current release (#202) 2017-05-08 18:45:59 +02:00
nginx-ingress.md fix: align more docs with the current release (#202) 2017-05-08 18:45:59 +02:00