From a36bb7bccbf5ca58dc5da3d8ad2e156f847e5964 Mon Sep 17 00:00:00 2001 From: William Denniss Date: Wed, 15 Mar 2017 10:37:36 -0700 Subject: [PATCH] Added a community Go client Following conversation in https://groups.google.com/forum/#!topic/kubernetes-users/_HnGSuPmDoc --- contributors/devel/client-libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors/devel/client-libraries.md b/contributors/devel/client-libraries.md index 7e9c41075..c45538693 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)