- 02 Apr, 2020 1 commit
-
-
Johannes Grumböck authored
-
- 31 Mar, 2020 2 commits
-
-
Kubernetes Prow Robot authored
Bump alpine base image to 3.11.5
-
Annegies van 't Zand authored
-
- 26 Mar, 2020 3 commits
-
-
Kubernetes Prow Robot authored
Add first maintainers in list.
-
Raffaele Di Fazio authored
-
Raffaele Di Fazio authored
-
- 24 Mar, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Fix DomainFilter type in OVH provider
-
- 20 Mar, 2020 1 commit
-
-
Yury Tsarev authored
-
- 19 Mar, 2020 1 commit
-
-
Yury Tsarev authored
Otherwise build fails with ``` provider/ovh.go:50:15: undefined: DomainFilter make: *** [Makefile:57: build/external-dns] Error 2 ```
-
- 17 Mar, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Add OVH Provider
-
- 10 Mar, 2020 9 commits
-
-
Kubernetes Prow Robot authored
Add changelog for v0.7.0
-
Martin Linkhorst authored
-
Kubernetes Prow Robot authored
Change DomainFilter to apply to records as well
-
Hugome authored
-
Hugome authored
-
Hugome authored
-
Hugo Meyronneinc authored
-
Hugome authored
-
Hugome authored
- OVH Provider - Tests - Documentations
-
- 09 Mar, 2020 7 commits
-
-
Martin Linkhorst authored
-
Kubernetes Prow Robot authored
Add skipper routegroups to source flag documentation
-
Martin Linkhorst authored
-
Kubernetes Prow Robot authored
fix: return early if tokenfile could not be read
-
Sandor Szücs authored
Signed-off-by:
Sandor Szücs <sandor.szuecs@zalando.de>
-
Kubernetes Prow Robot authored
Feature routegroup
-
Martin Linkhorst authored
-
- 05 Mar, 2020 3 commits
-
-
Sandor Szücs authored
add documentation for kube-ingress-aws-controller and RouteGroup Signed-off-by:
Sandor Szücs <sandor.szuecs@zalando.de>
-
Kubernetes Prow Robot authored
Use correct fields for test to allow compilation again
-
Martin Linkhorst authored
-
- 04 Mar, 2020 1 commit
-
-
Kubernetes Prow Robot authored
Headless service: retrieve endpoints via Endpoints resource; evaluate spec.publishNotReadyAddresses
-
- 03 Mar, 2020 1 commit
-
-
- 24 Feb, 2020 1 commit
-
-
Markus Cisler authored
This moves `domain_filter.go` to the `endpoint` package to make it possible to filter and exclude record names in `plan.filterRecordsForPlan()` so it does not have to be implemented in every single provider. Because some providers access `DomainFilter.filters` directly it had to be exported.
-
- 19 Feb, 2020 2 commits
-
-
Kubernetes Prow Robot authored
Add option to define minimum TTL for rfc2136 provider
-
Kubernetes Prow Robot authored
Remove duplicate targets from endpoints for headless services
-
- 18 Feb, 2020 6 commits
-
-
Alfred Krohmer authored
-
Alfred Krohmer authored
-
Alfred Krohmer authored
-
Alfred Krohmer authored
-
Alfred Krohmer authored
Currently, the endpoints of headless services are retrieved by querying pods using the pod selector of the service. Instead, we now query for an Endpoints resource with the same name as the Service object to get the endpoints for the service. This is needed in order to support the spec.publishNotReadyPods attribute of a service.
-
Thomas Vendetta authored
-