linkerd2/controller/api/public
Oliver Gould 91c5f07650
proxy: Upgrade to identity-capable proxy (#2524)
The new proxy has changed its configuration as follows:

- `LISTENER` urls are now `LISTEN_ADDR` addresses;
- `CONTROL_URL` is now `DESTINATION_SVC_ADDR`;
- `*_NAMESPACE` vars are no longer needed;
- The `PROXY_ID` is now the `DESTINATION_CONTEXT`;
- The "metrics" port is now the "admin" port, since it serves more than
  just metrics;
- A readiness probe now checks a dedicated /ready endpoint eagerly.

Identity injection is **NOT** configured by this branch.
2019-03-19 14:20:39 -07:00
..
testdata proxy: Upgrade to identity-capable proxy (#2524) 2019-03-19 14:20:39 -07:00
client.go Public API endpoint `Config()` (#2455) 2019-03-07 17:37:46 -05:00
client_test.go lint: Enable unparam (#2369) 2019-02-27 10:34:02 -08:00
grpc_server.go Public API endpoint `Config()` (#2455) 2019-03-07 17:37:46 -05:00
grpc_server_test.go Fix web init to not check for ServiceProfiles (#2470) 2019-03-07 15:20:46 -08:00
http_server.go Public API endpoint `Config()` (#2455) 2019-03-07 17:37:46 -05:00
http_server_test.go Public API endpoint `Config()` (#2455) 2019-03-07 17:37:46 -05:00
prometheus.go Modify StatSummary to also return TCP stats (#2262) 2019-02-25 10:37:39 -08:00
proto_over_http.go lint: Enable unparam (#2369) 2019-02-27 10:34:02 -08:00
proto_over_http_test.go lint: Enable unparam (#2369) 2019-02-27 10:34:02 -08:00
stat_summary.go lint: Enable unparam (#2369) 2019-02-27 10:34:02 -08:00
stat_summary_test.go Require cluster-wide k8s API access (#2428) 2019-03-07 10:23:18 -08:00
test_helper.go Public API endpoint `Config()` (#2455) 2019-03-07 17:37:46 -05:00
top_routes.go cli: Always display stat tables for all routes (#2466) 2019-03-11 14:17:20 -07:00
top_routes_test.go Wire up stats for Jobs (#2416) 2019-03-01 17:16:54 -08:00