Skip to content

Go client libraries for the Istio API.

License

Notifications You must be signed in to change notification settings

istio/client-go

Folders and files

NameName
Last commit message
Last commit date
Mar 17, 2025
May 12, 2023
Apr 20, 2020
Mar 17, 2025
Jan 23, 2025
Feb 10, 2025
Jan 31, 2024
Feb 2, 2021
Aug 28, 2019
Aug 7, 2020
Aug 28, 2019
Oct 31, 2023
Jul 23, 2024
Jan 23, 2025
Aug 28, 2019
Feb 8, 2023
Feb 12, 2024
Mar 20, 2025
Mar 20, 2025
Nov 19, 2019

Repository files navigation

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+.