linkerd2/controller/destination
Oliver Gould 941cad4a9c
Migrate build infrastructure to linkerd2 (#1298)
This PR begins to migrate Conduit to Linkerd2:
* The proxy has been completely removed from this repo, and is now located at
  github.com/linkerd/linkerd2-proxy.
* A `Dockerfile-proxy` has been added to fetch the most-recently published proxy
  binary from build.l5d.io.
* Proxy-specific protobuf bindings have been moved to
  github.com/linkerd/linkerd2-proxy-api.
* All docker images now use the gcr.io/linkerd-io registry.
* `inject` now uses `LINKERD2_PROXY_` environment variables
* Go paths have been updated to reflect the new (future) repo location.
2018-07-09 15:38:38 -07:00
..
client.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
endpoints_watcher.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
endpoints_watcher_test.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
k8s_resolver.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
k8s_resolver_test.go dest service: close open streams on shutdown (#1156) 2018-06-19 16:00:56 -07:00
listener.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
listener_test.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
resolver.go dst svc: use shared informer instead of custom endpoints informer (#1079) 2018-06-13 11:11:57 -07:00
server.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
server_test.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00
test_helper.go Migrate build infrastructure to linkerd2 (#1298) 2018-07-09 15:38:38 -07:00