linkerd2/controller/api/public
Oliver Gould 71ce786dd3
Rename linkerd-proxy-api to linkerd-destination (#2281)
Up until now, the proxy-api controller service has been the sole service
that the proxy communicates with, implementing the majoriry of the API
defined in the `linkerd2-proxy-api` repo. But this is about to change:
linkerd/linkerd2-proxy-api#25 introduces a new Identity service; and
this service must be served outside of the existing proxy-api service
in the linkerd-controller deployment (so that it may run under a
distinct service account).

With this change, the "proxy-api" name becomes less descriptive. It's no
longer "the service that serves the API for the proxy," it's "the
service that serves the Destination API to the proxy." Therefore, it
seems best to bite the bullet and rename this to be the "destination"
service (i.e. because it only serves the
`io.linkerd.proxy.destination.Destination` service).

Co-authored-by: Kevin Lingerfelt <kl@buoyant.io>
Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
2019-02-15 15:11:04 -08:00
..
client.go Introduce Discovery API and endpoints command (#2195) 2019-02-07 14:02:21 -08:00
client_test.go Introduce golangci-lint tooling, fixes (#2239) 2019-02-13 11:16:28 -08:00
grpc_server.go Introduce Discovery API and endpoints command (#2195) 2019-02-07 14:02:21 -08:00
grpc_server_test.go Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
http_server.go Introduce Discovery API and endpoints command (#2195) 2019-02-07 14:02:21 -08:00
http_server_test.go Introduce Discovery API and endpoints command (#2195) 2019-02-07 14:02:21 -08:00
prometheus.go Improve routes command to list all routes (#2066) 2019-01-16 17:15:35 -08:00
proto_over_http.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
proto_over_http_test.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
stat_summary.go Add support for retries (#2038) 2019-01-16 14:13:48 -08:00
stat_summary_test.go Introduce golangci-lint tooling, fixes (#2239) 2019-02-13 11:16:28 -08:00
test_helper.go Introduce golangci-lint tooling, fixes (#2239) 2019-02-13 11:16:28 -08:00
top_routes.go Read service profiles from client or server namespace instead of control namespace (#2200) 2019-02-07 14:51:43 -08:00
top_routes_test.go Introduce golangci-lint tooling, fixes (#2239) 2019-02-13 11:16:28 -08:00