Add Contour IngressRoute source implementation
Showing
+1618 -27
... | ... | @@ -3,7 +3,7 @@ module github.com/kubernetes-incubator/external-dns |
go 1.12 | ||
require ( | ||
cloud.google.com/go v0.34.0 | ||
cloud.google.com/go v0.37.4 | ||
github.com/Azure/azure-sdk-for-go v10.0.4-beta+incompatible | ||
github.com/Azure/go-autorest v10.9.0+incompatible | ||
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect | ||
... | ... | @@ -25,17 +25,10 @@ require ( |
github.com/digitalocean/godo v1.1.1 | ||
github.com/dnaeon/go-vcr v1.0.1 // indirect | ||
github.com/dnsimple/dnsimple-go v0.14.0 | ||
github.com/envoyproxy/go-control-plane v0.6.9 // indirect | ||
github.com/exoscale/egoscale v0.11.0 | ||
github.com/ffledgling/pdns-go v0.0.0-20180219074714-524e7daccd99 | ||
github.com/go-resty/resty v1.8.0 // indirect | ||
github.com/gogo/googleapis v1.1.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect | ||
github.com/golang/mock v1.2.0 // indirect | ||
github.com/google/btree v0.0.0-20180124185431-e89373fe6b4a // indirect | ||
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect | ||
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/gophercloud/gophercloud v0.0.0-20190126172459-c818fa66e4c8 | ||
github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect | ||
... | ... | @@ -43,7 +36,7 @@ require ( |
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect | ||
github.com/hashicorp/go-multierror v1.0.0 // indirect | ||
github.com/imdario/mergo v0.3.5 // indirect | ||
github.com/heptio/contour v0.13.0 | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/infobloxopen/infoblox-go-client v0.0.0-20180606155407-61dc5f9b0a65 | ||
github.com/jonboulle/clockwork v0.1.0 // indirect | ||
... | ... | @@ -54,7 +47,6 @@ require ( |
github.com/mattn/go-isatty v0.0.7 // indirect | ||
github.com/miekg/dns v1.0.8 | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/natefinch/lumberjack v2.0.0+incompatible // indirect | ||
github.com/nesv/go-dynect v0.6.0 | ||
... | ... | @@ -62,18 +54,16 @@ require ( |
github.com/onsi/ginkgo v1.8.0 // indirect | ||
github.com/onsi/gomega v1.5.0 // indirect | ||
github.com/oracle/oci-go-sdk v1.8.0 | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 | ||
github.com/sanyu/dynectsoap v0.0.0-20181203081243-b83de5edc4e0 | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.2.0 | ||
github.com/sirupsen/logrus v1.4.1 | ||
github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9 // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect | ||
github.com/soheilhy/cmux v0.1.3 // indirect | ||
github.com/spf13/cobra v0.0.3 // indirect | ||
github.com/spf13/pflag v1.0.2 // indirect | ||
github.com/stretchr/testify v1.2.2 | ||
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 // indirect | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8 // indirect | ||
... | ... | @@ -86,19 +76,18 @@ require ( |
go.uber.org/atomic v1.3.2 // indirect | ||
go.uber.org/multierr v1.1.0 // indirect | ||
go.uber.org/zap v1.9.1 // indirect | ||
golang.org/x/net v0.0.0-20190311183353-d8887717615a | ||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 | ||
google.golang.org/api v0.3.0 | ||
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c | ||
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a | ||
google.golang.org/api v0.3.1 | ||
google.golang.org/appengine v1.5.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect | ||
gopkg.in/ns1/ns1-go.v2 v2.0.0-20190322154155-0dafb5275fd1 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
istio.io/api v0.0.0-20190321180614-db16d82d3672 | ||
istio.io/istio v0.0.0-20190322063008-2b1331886076 | ||
k8s.io/api v0.0.0-20180628040859-072894a440bd | ||
k8s.io/apiextensions-apiserver v0.0.0-20180628053655-3de98c57bc05 // indirect | ||
k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d | ||
k8s.io/api v0.0.0-20190503184017-f1b257a4ce96 | ||
k8s.io/apiextensions-apiserver v0.0.0-20190503184539-c338b28ceaa1 | ||
k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 | ||
k8s.io/client-go v8.0.0+incompatible | ||
k8s.io/kube-openapi v0.0.0-20190401085232-94e1e7b7574c // indirect | ||
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect | ||
... | ... |
This diff is collapsed.
source/ingressroute.go
0 → 100644
source/ingressroute_test.go
0 → 100644
This diff is collapsed.
Please register or sign in to comment