external-dns/provider
Kubernetes Prow Robot 40ede2557c
Merge pull request #1189 from Evesy/cf_token
Support Cloudflare API Token Auth
2019-09-17 04:12:23 -07:00
..
alibaba_cloud_test.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
alibaba_cloud.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
aws_sd_test.go AWS-SD Add support for NLB 2019-09-05 11:07:27 -07:00
aws_sd.go AWS-SD Add support for NLB 2019-09-05 11:07:27 -07:00
aws_test.go feat(aws): allow to force usage of CNAME over ALIAS 2019-07-17 14:46:32 +02:00
aws.go Add the AWS Hosted Zone ID to log info 2019-08-02 20:59:25 -07:00
azure_test.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
azure.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
cloudflare_test.go Support Cloudflare API Token Auth 2019-09-12 22:00:29 +01:00
cloudflare.go Formatting 2019-09-17 11:30:24 +01:00
coredns_test.go add test case for coredns-prefix 2019-07-17 03:47:03 -04:00
coredns.go add option for coredns to specify prefix name 2019-07-17 02:47:23 -04:00
designate_test.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
designate.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
digital_ocean_test.go update digitalocean/godo to the latest stable version 2019-08-13 17:53:39 -07:00
digital_ocean.go update digitalocean/godo to the latest stable version 2019-08-13 17:53:39 -07:00
dnsimple_test.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
dnsimple.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
domain_filter_test.go Fix test case for domain exclusions 2019-06-05 21:40:13 -04:00
domain_filter.go Fix issues #1055 #1056 #1057 introduced by #835 2019-06-05 21:44:26 -04:00
dyn_test.go Removed extractTarget 2018-12-10 17:26:18 +11:00
dyn.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
exoscale_test.go exoscale: add context support 2019-09-16 16:12:01 +02:00
exoscale.go exoscale: add context support 2019-09-16 16:12:01 +02:00
google_test.go Google zones should be filter by their ID and Name 2019-05-16 14:06:13 +01:00
google.go Google zones should be filter by their ID and Name 2019-05-16 14:06:13 +01:00
infoblox_test.go Fixing Infoblox incorrect match of zone dns name 2019-08-02 13:20:31 -04:00
infoblox.go Fixing Infoblox incorrect match of zone dns name 2019-08-02 13:20:31 -04:00
inmemory_test.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
inmemory.go TXTRegistry: do not overwrite labels of records returned by the provider 2019-08-19 01:35:55 +02:00
linode_test.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
linode.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
ns1_test.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
ns1.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
oci_test.go fixed testcases 2019-06-09 08:20:58 -07:00
oci.go fixed an issue with handling multiple oci zones 2019-06-07 23:17:56 -07:00
pdns_test.go Switch to go modules 2019-04-09 17:22:36 +02:00
pdns.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
provider_test.go Kops Compatibility #1: Set RecordType at source (#248) 2017-08-25 14:41:40 +02:00
provider.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
rcode0_test.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
rcode0.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
rdns_test.go fix flaky unit test in external-dns/provider 2019-08-16 12:29:09 -07:00
rdns.go Add rancher dns(RDNS) provider 2019-07-19 19:40:00 +08:00
recordfilter_test.go #228 Simplify DNS provider requirements by extracting common (#263) 2017-10-11 12:16:28 +02:00
recordfilter.go Add support for NodePort services (#559) 2018-06-14 18:08:05 +02:00
rfc2136_test.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
rfc2136.go fix issue #1081 when merging multiple targets 2019-06-27 18:33:49 +02:00
transip_test.go added TransIP provider 2019-04-28 14:42:07 +02:00
transip.go Cache the endpoints on the controller loop 2019-05-07 19:51:53 -04:00
vinyldns_test.go add domain filter for vinyl 2019-07-01 15:34:26 -04:00
vinyldns.go Docs and small fix to find suitable zone 2019-07-01 16:53:50 -04:00
zone_id_filter_test.go New filter: --zone-id-filter (#422) 2017-12-20 17:00:13 +01:00
zone_id_filter.go New filter: --zone-id-filter (#422) 2017-12-20 17:00:13 +01:00
zone_tag_filter_test.go Add zone tag filter for AWS 2018-12-07 10:38:52 -05:00
zone_tag_filter.go Add zone tag filter for AWS 2018-12-07 10:38:52 -05:00
zone_type_filter_test.go feat(provider/aws): allow filtering for private/public zones (#329) 2017-09-19 23:15:31 +02:00
zone_type_filter.go feat(provider/aws): allow filtering for private/public zones (#329) 2017-09-19 23:15:31 +02:00
zonefinder_test.go Fixing Infoblox incorrect match of zone dns name 2019-08-02 13:20:31 -04:00
zonefinder.go fix: correctly detect zones if names overlap with subdomain (#478) 2018-03-14 16:06:00 +01:00