Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/istio/client-go
Go client libraries for the Istio API.
https://github.com/istio/client-go
Last synced: 23 days ago
JSON representation
Go client libraries for the Istio API.
- Host: GitHub
- URL: https://github.com/istio/client-go
- Owner: istio
- License: apache-2.0
- Created: 2019-08-28T12:41:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T18:03:53.000Z (3 months ago)
- Last Synced: 2024-10-30T01:02:24.372Z (3 months ago)
- Language: Makefile
- Size: 3.45 MB
- Stars: 262
- Watchers: 73
- Forks: 115
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: .github/SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-istio - Istio - ClientGo - Golang Client Library for Istio APIs (Uncategorized / Uncategorized)
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/[email protected]
```The version number matches with official Istio versions for releases 1.4+.