external-dns/source
Daniel Herman 38a2040759 fix: support namespaces on the hostnames in istio gateway
One feature that's supported for the Istio Gateway resource is the
ability to restrict what namespace may provide a VirtualService for
a given hostname/domain by specifying it in the form
`my-namespace/my-domain.com` which restricts the availability of
`my-domain.com` to the `my-namespace` namespace.

When creating the associated DNS records, the namespace should not
be included.
2019-08-07 13:07:53 -04:00
..
cloudfoundry_test.go fix route/cloudfoundry test 2019-05-10 12:28:32 -04:00
cloudfoundry.go Rebase and address PR comments 2019-05-10 12:09:54 -04:00
compatibility.go Switch to go modules 2019-04-09 17:22:36 +02:00
connector_test.go Add a new source called connector (#552) 2018-05-22 17:49:16 +02:00
connector.go Add a new source called connector (#552) 2018-05-22 17:49:16 +02:00
crd_test.go Add crd check for empty targets. 2019-05-20 09:29:25 -06:00
crd.go Rename endPoint to endpoint for crd implementation. 2019-06-04 11:52:36 -06:00
dedup_source_test.go Implementation of multiple targets based on PR #404 and #396 (#418) 2018-02-21 18:11:45 +01:00
dedup_source.go Implementation of multiple targets based on PR #404 and #396 (#418) 2018-02-21 18:11:45 +01:00
empty_test.go add empty source 2019-05-17 11:40:20 -04:00
empty.go add empty source 2019-05-17 11:40:20 -04:00
fake_test.go Implementation of multiple targets based on PR #404 and #396 (#418) 2018-02-21 18:11:45 +01:00
fake.go Inititial support for multiple targets per record 2018-03-13 23:16:51 -05:00
gateway_test.go fix: support namespaces on the hostnames in istio gateway 2019-08-07 13:07:53 -04:00
gateway.go fix: support namespaces on the hostnames in istio gateway 2019-08-07 13:07:53 -04:00
ingress_test.go minor format change to make travis linter happy 2019-06-28 17:07:37 -07:00
ingress.go small formatting change to make travis happy 2019-06-27 10:26:53 -07:00
ingressroute_test.go Add Contour IngressRoute source implementation 2019-07-04 20:06:24 -05:00
ingressroute.go Add Contour IngressRoute source implementation 2019-07-04 20:06:24 -05:00
multi_source_test.go Implementation of multiple targets based on PR #404 and #396 (#418) 2018-02-21 18:11:45 +01:00
multi_source.go cmd flags fixes, fix the bug with multi source (#149) 2017-04-12 18:13:03 +02:00
service_test.go Merge branch 'master' into external-services 2019-06-04 15:08:18 +02:00
service.go Fix indentation 2019-06-04 17:09:48 +03:00
shared_test.go Switch to go modules 2019-04-09 17:22:36 +02:00
source_test.go Allow specifying a custom TTL through annotation on Ingress or Service (#320) 2017-10-11 14:17:02 +02:00
source.go Changed ttlMaximum to MaxInt32 to allow compilation on 32bit machines 2019-07-23 17:40:57 +01:00
store_test.go Add Contour IngressRoute source implementation 2019-07-04 20:06:24 -05:00
store.go Add Contour IngressRoute source implementation 2019-07-04 20:06:24 -05:00