Go client libraries for the Istio API.
Go to file
Istio Automation 9edb3ccd62
Automator: update istio/api@master dependency in istio/client-go@master (#2543)
2025-09-22 20:47:28 -07:00
.devcontainer
.github
cmd/example
common
licenses
pkg
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS
CONTRIBUTING.md
LICENSE
Makefile
Makefile.core.mk
Makefile.overrides.mk
README.md
SUPPORT.md
go.mod
go.sum
header.go.txt

README.md

Go Report Card GolangCI GoDoc

Golang Client Library for Istio APIs

This go library contains clients that talk to Istio resources in a Kubernetes cluster.

How to get it?

If you are using go1.11+, you can simply use the following command to get the lastest client code:

go get istio.io/client-go@master

Or if you need to use a specific version of the client code, you can specify a specific version number. For example:

go get istio.io/client-go@release-1.4

The version number matches with official Istio versions for releases 1.4+.