From 3c90f3a42374ec6b1582a82a9f24625cbf08b3e6 Mon Sep 17 00:00:00 2001 From: Alissa Bonas Date: Mon, 2 Mar 2015 17:43:01 +0200 Subject: [PATCH] add kubeclient to list of ruby client libraries --- docs/client-libraries.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/client-libraries.md b/docs/client-libraries.md index fcc320a88af..14a9b3a24e8 100644 --- a/docs/client-libraries.md +++ b/docs/client-libraries.md @@ -7,6 +7,7 @@ *Note: Libraries provided by outside parties are supported by their authors, not the core Kubernetes team* * [Java](https://github.com/nirmal070125/KubernetesAPIJavaClient) - * [Ruby](https://github.com/Ch00k/kuber) + * [Ruby1](https://github.com/Ch00k/kuber) + * [Ruby2](https://github.com/abonas/kubeclient) * [PHP](https://github.com/devstub/kubernetes-api-php-client)