# client-go **Repository Path**: w_g/client-go ## Basic Information - **Project Name**: client-go - **Description**: istio的go client代码 源地址:https://github.com/istio/client-go.git - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-08 - **Last Updated**: 2021-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Go Report Card](https://goreportcard.com/badge/github.com/istio/client-go)](https://goreportcard.com/report/github.com/istio/client-go) [![GolangCI](https://golangci.com/badges/github.com/istio/client-go.svg)](https://golangci.com/r/github.com/istio/client-go) [![GoDoc](https://godoc.org/istio.io/client-go?status.svg)](https://godoc.org/istio.io/client-go) # 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: ```sh 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: ```sh go get istio.io/client-go@release-1.4 ``` The version number matches with official Istio versions for releases 1.4+.