linkerd2/cli/cmd
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
..
testdata Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
check.go Update check command hint URLs to new alias (#2245) 2019-02-11 11:00:16 -08:00
check_test.go Update check command hint URLs to new alias (#2245) 2019-02-11 11:00:16 -08:00
completion.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
completion_test.go Rename CLI from conduit to linkerd (#1312) 2018-07-12 17:14:07 -07:00
dashboard.go Leave dashboard command running when open URL fails (#2081) 2019-01-14 16:46:11 -08:00
doc.go Generate CLI docs for usage by the website (#2296) 2019-02-15 13:28:31 -08:00
endpoints.go Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
endpoints_test.go Introduce Discovery API and endpoints command (#2195) 2019-02-07 14:02:21 -08:00
get.go Introduce resource selector and deprecate namespace field for ListPods (#2025) 2019-01-23 10:35:55 -08:00
get_test.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
inject.go Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
inject_test.go Add pod spec annotation to disable injection in CLI and auto-injector (#2187) 2019-02-01 16:57:06 -08:00
inject_util.go Improve ServiceProfile validation in linkerd check (#2218) 2019-02-07 14:35:47 -08:00
install-cni-plugin.go CNI: Removed unnecessary tolerations; added created-by annotation. (#2222) 2019-02-07 13:36:00 -08:00
install-cni-plugin_test.go Added flags to allow further configuration of destination cni bin and cni conf directories; fixed up spacing in template. (#2181) 2019-01-31 13:52:39 -08:00
install-sp.go Add cli command to install linkerd service profiles (#2099) 2019-01-24 11:34:19 -08:00
install-sp_test.go Add cli command to install linkerd service profiles (#2099) 2019-01-24 11:34:19 -08:00
install.go Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
install_test.go Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
logs.go Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
logs_test.go Surface logs from control plane pods (#2037) 2019-01-16 19:24:42 -08:00
profile.go Read service profiles from client or server namespace instead of control namespace (#2200) 2019-02-07 14:51:43 -08:00
profile_test.go Read service profiles from client or server namespace instead of control namespace (#2200) 2019-02-07 14:51:43 -08:00
root.go Rename linkerd-proxy-api to linkerd-destination (#2281) 2019-02-15 15:11:04 -08:00
routes.go Fix dupe word in example (#2121) 2019-01-22 13:43:31 -05:00
routes_test.go Improve routes command to list all routes (#2066) 2019-01-16 17:15:35 -08:00
stat.go Add statefulsets to the dashboard and CLI (#2234) 2019-02-08 15:37:44 -08:00
stat_test.go Fix most golint issues that are not comment related (#1982) 2018-12-20 10:37:47 -08:00
tap.go Add statefulsets to the dashboard and CLI (#2234) 2019-02-08 15:37:44 -08:00
tap_test.go Add a --tap flag to the linkerd profile command (#2139) 2019-02-06 12:43:16 -08:00
test_helper.go Add pod spec annotation to disable injection in CLI and auto-injector (#2187) 2019-02-01 16:57:06 -08:00
top.go Add statefulsets to the dashboard and CLI (#2234) 2019-02-08 15:37:44 -08:00
uninject.go Improve ServiceProfile validation in linkerd check (#2218) 2019-02-07 14:35:47 -08:00
uninject_test.go Add pod spec annotation to disable injection in CLI and auto-injector (#2187) 2019-02-01 16:57:06 -08:00
version.go Consolidate timeouts for `linkerd check` (#2191) 2019-02-05 11:38:30 -05:00
version_test.go Introduce version consistency checks (#2130) 2019-01-23 16:54:43 -08:00