Skip to content

Files

Latest commit

72f7380 · Oct 31, 2024

History

History
Cannot retrieve ahead/behind information for this branch.

Folders and files

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

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