Skip to content

Commit

Permalink
Location of istioctl code changed (istio#4251)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Location of istioctl code changed
  • Loading branch information
loewenstein-sap authored and istio-merge-robot committed Mar 14, 2018
1 parent 2a8b2db commit 4edcc81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ including CA (Certificate Authority), node agent, etc.
contains platform-specific code to populate the
[abstract service model](https://istio.io/docs/concepts/traffic-management/overview.html), dynamically reconfigure the proxies
when the application topology changes, as well as translate
[routing rules](https://istio.io/docs/reference/config/traffic-rules/routing-rules.html) into proxy specific configuration. The
[_istioctl_](https://istio.io/docs/reference/commands/istioctl.html) command line utility is also available in
this directory.
[routing rules](https://istio.io/docs/reference/config/traffic-rules/routing-rules.html) into proxy specific configuration.
- [istioctl](istioctl/). This directory contains code for the
[_istioctl_](https://istio.io/docs/reference/commands/istioctl.html) command line utility.
- [mixer](mixer/). This directory
contains code to enforce various policies for traffic passing through the
proxies, and collect telemetry data from proxies and services. There
Expand Down

0 comments on commit 4edcc81

Please sign in to comment.