external-dns/source
Raffaele Di Fazio f5aa1c4c37
Add new method to provider interface to implement provider specific changes (#1868)
* adds tests for shouldUpdateProviderSpecific

Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>

* move AWS health to where it belongs

Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>

* add test that breaks things

Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>

* adds adjustendpoints method

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* fix controller

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* actually pass the provider where needed

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* OMG goland do your go fmt thing

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* use registry as proxy

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* make linter happy

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* change AdjustEndpoints signature

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* fix typo

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* actually use adjusted endpoints

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* revert cloudflare change

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* Update provider/cloudflare/cloudflare.go

Co-authored-by: Nick Jüttner <nick@juni.io>

Co-authored-by: Nick Jüttner <nick@juni.io>
2020-12-09 23:40:54 -08:00
..
cloudfoundry_test.go fix route/cloudfoundry test 2019-05-10 12:28:32 -04:00
cloudfoundry.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
compatibility.go rename project root package to sigs.k8s.io 2020-01-06 08:08:35 -08:00
connector_test.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
connector.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
crd_test.go NS record support 2020-10-12 20:23:17 +02:00
crd.go Added labelFilter for source CRD (#1461) 2020-09-24 01:28:05 -07:00
dedup_source_test.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
dedup_source.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
empty_test.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
empty.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
fake_test.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
fake.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
gateway_test.go Allow hostnames to be specified by annotations for gateways with wildcard hosts 2020-07-14 09:21:44 +01:00
gateway.go Merge pull request #1625 from haines/ignore-wildcard-hosts-in-istio-gateways 2020-08-18 02:53:29 -07:00
httpproxy_test.go Contour HTTPProxy support 2020-08-06 18:56:59 +07:00
httpproxy.go fix some typos 2020-11-30 10:23:19 +00:00
ingress_test.go Add new method to provider interface to implement provider specific changes (#1868) 2020-12-09 23:40:54 -08:00
ingress.go Optionally ignore tls rules in ingress source 2020-09-18 09:12:14 +02:00
ingressroute_test.go Contour HTTPProxy support 2020-08-06 18:56:59 +07:00
ingressroute.go Contour HTTPProxy support 2020-08-06 18:56:59 +07:00
multi_source_test.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
multi_source.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
node_test.go add license header check to the CI 2020-08-21 15:54:49 -07:00
node.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
ocproute.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
routegroup_test.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
routegroup.go fix goimports local import order and update golangci-lint 2020-08-19 20:05:07 -07:00
service_test.go Merge pull request #1446 from sagor999/share-dns-record 2020-10-16 02:53:25 -07:00
service.go Merge pull request #1446 from sagor999/share-dns-record 2020-10-16 02:53:25 -07:00
shared_test.go rename project root package to sigs.k8s.io 2020-01-06 08:08:35 -08:00
source_test.go add new source for istio virtual services 2020-06-29 13:19:50 -07:00
source.go add doc and test 2020-09-16 12:02:19 -04:00
store_test.go Add new method to provider interface to implement provider specific changes (#1868) 2020-12-09 23:40:54 -08:00
store.go Added labelFilter for source CRD (#1461) 2020-09-24 01:28:05 -07:00
unstructured_converter.go Address review comments 2020-08-22 18:37:26 +07:00
virtualservice_test.go dependencies: Upgrade all k8s client-go dependent sources to v1.18.X 2020-07-03 11:29:37 +07:00
virtualservice.go add event handler for istio gateway and virtualservice source 2020-08-18 00:18:27 -07:00