diff options
| author | William Denniss <will@icog.net> | 2017-03-15 10:37:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-15 10:37:36 -0700 |
| commit | a36bb7bccbf5ca58dc5da3d8ad2e156f847e5964 (patch) | |
| tree | b61b314dd1b716067ac5e6ac05a20b56fb08e766 | |
| parent | 945936c12a401f09fb19091ebe9a0b4016af6a08 (diff) | |
Added a community Go client
Following conversation in https://groups.google.com/forum/#!topic/kubernetes-users/_HnGSuPmDoc
| -rw-r--r-- | contributors/devel/client-libraries.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributors/devel/client-libraries.md b/contributors/devel/client-libraries.md index 7e9c4107..c4553869 100644 --- a/contributors/devel/client-libraries.md +++ b/contributors/devel/client-libraries.md @@ -11,6 +11,7 @@ the core Kubernetes team* * [Clojure](https://github.com/yanatan16/clj-kubernetes-api) + * [Go](https://github.com/ericchiang/k8s) * [Java (OSGi)](https://bitbucket.org/amdatulabs/amdatu-kubernetes) * [Java (Fabric8, OSGi)](https://github.com/fabric8io/kubernetes-client) * [Node.js](https://github.com/tenxcloud/node-kubernetes-client) |
