- 15 Jan, 2020 1 commit
-
-
Tariq Ibrahim authored
-
- 12 Jan, 2020 1 commit
-
-
tariqibrahim authored
-
- 07 Jan, 2020 1 commit
-
-
Tariq Ibrahim authored
-
- 06 Jan, 2020 1 commit
-
-
Tariq Ibrahim authored
-
- 01 Nov, 2019 1 commit
-
-
Nick Jüttner authored
* Move into kubernetes-sigs organization * Disable labeler action for forks
-
- 07 May, 2019 1 commit
-
-
Michael Fraenkel authored
The controller will retrieve all the endpoints at the beginning of its loop. When changes need to be applied, the provider may need to query the endpoints again. Allow the provider to skip the queries if its data was cached.
-
- 17 Feb, 2019 1 commit
-
-
Anand Singh Kunwar authored
* When using Domain Filters with PowerDNS provider and providing no domain filter, the provider ignores all zones instead of including all zones which is the default behaviour * Added test cases for PartitionZones function of PDNSClient
-
- 12 Nov, 2018 1 commit
-
-
Bily Zhang authored
Signed-off-by:
mooncake <xcoder@tenxcloud.com>
-
- 22 Oct, 2018 1 commit
-
-
Otto Yiu authored
-
- 06 Sep, 2018 1 commit
-
-
Bartel Sielski authored
The Host field of the HTTP request is set incorrectly when passing the configured server. The underlying HTTP library experts a hostname to be passed. When passing it a string of the form 'http://pdns.example.com ' this gets converted into 'http:' (stripping everything from the first slash onward). However setting the Host field in the pdnsClientConfig object is not needed because the underlying library will then parse the hostname from the URL. Fixes #661 Signed-off-by:
Bartel Sielski <bartel.sielski@gmail.com>
-
- 21 Jun, 2018 1 commit
-
-
Jason Hoch authored
-
- 20 Jun, 2018 1 commit
-
-
Jason Hoch authored
-
- 19 Jun, 2018 4 commits
-
-
Jason Hoch authored
-
Jason Hoch authored
-
Jason Hoch authored
-
Jason Hoch authored
-
- 09 May, 2018 1 commit
-
-
Roderick Schaefer authored
-
- 20 Apr, 2018 1 commit
-
-
Anand Singh Kunwar authored
* Fixed PowerDNS provider bug affecting endpoint conversion to zone in a particular case * Added a regressive test case, covered an additional case PowerDNS provider bug: In the function ConvertEndpointsToZones, the endpoints are sorted lexicographically increasing (and by record type in case of match). The zones are sorted by decreasing order of length. There's a loop through of zones under which the code loops through endpoints. In the case the first endpoint does not match with the first zone, the complete zone won't get populated with any endpoints.
-
- 18 Apr, 2018 1 commit
-
-
Nick Jüttner authored
-
- 16 Apr, 2018 1 commit
-
-
Anhad Jai Singh authored
Commit adds: * Implementation of PowerDNS as a provider * Tests for said implementation * github.com/ffledgling/pdns-go, which provides go client bindings for PowerDNS's HTTP API, as a dependency * "pdns" as an additional option for the `--provider` flag * `--pdns-server` and `--pdns-api-key` as additional flags for PowerDNS specific configuration
-