aeraki-mesh / client-go

Go client libraries for the Aeraki Mesh API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: this repository is modified from istio/client-go. Thank Istio community for the great work.

Golang Client Library for Aeaki Mesh APIs

This go library contains clients that talk to Aeaki 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 github.com/aeraki-mesh/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 github.com/aeraki-mesh/client-go@v1.3.0

The version number matches with official Aeaki versions for releases 1.3+.

About

Go client libraries for the Aeraki Mesh API.

License:Apache License 2.0


Languages

Language:Shell 72.4%Language:Makefile 27.0%Language:Ruby 0.6%