diff options
| author | grodrigues3 <grodrigues3@users.noreply.github.com> | 2017-03-29 14:48:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 14:48:23 -0700 |
| commit | bad8849c0e67fed4632e9b8be62a964de37e427d (patch) | |
| tree | 4b66099891193b2fc4fa21f700045a27296009f8 | |
| parent | 0de3cb868b6e34666ae63a01aa97f0ba8b35cee5 (diff) | |
| parent | a36bb7bccbf5ca58dc5da3d8ad2e156f847e5964 (diff) | |
Merge pull request #459 from WilliamDenniss/patch-1
Added a community Go client
| -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 cbf7509f..a1f4948f 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) |
