Skip to content

Commit 6517c00

Browse files
authored
README: minor tweaks (#52816)
Add client-go, drop operator, add warning. Fixes istio/istio#51369
1 parent 07cb3df commit 6517c00

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ core components, install artifacts, and sample programs. It includes:
7979
- [istioctl](istioctl/). This directory contains code for the
8080
[_istioctl_](https://istio.io/latest/docs/reference/commands/istioctl/) command line utility.
8181

82-
- [operator](operator/). This directory contains code for the
83-
[Istio Operator](https://istio.io/latest/docs/setup/install/operator/).
84-
8582
- [pilot](pilot/). This directory
8683
contains platform-specific code to populate the
8784
[abstract service model](https://istio.io/docs/concepts/traffic-management/#pilot), dynamically reconfigure the proxies
@@ -98,6 +95,12 @@ Envoy filters) that support authentication, authorization, and telemetry collect
9895
- [istio/ztunnel](https://github.com/istio/ztunnel). The repository contains the Rust implementation of the ztunnel
9996
component of Ambient mesh.
10097

98+
- [istio/client-go](https://github.com/istio/client-go). This repository defines
99+
auto-generated Kubernetes clients for interacting with Istio resources programmatically.
100+
101+
> [!NOTE]
102+
> Only the `istio/api` and `istio/client-go` repositories expose stable interfaces intended for direct usage as libraries.
103+
101104
## Issue management
102105

103106
We use GitHub to track all of our bugs and feature requests. Each issue we track has a variety of metadata:

0 commit comments

Comments
 (0)