From 409f0f74cdfddcccdede1403c45e9515c1217e4a Mon Sep 17 00:00:00 2001 From: Sebastien Coutu Date: Fri, 4 Aug 2017 12:38:34 -0400 Subject: [PATCH] Update to include Python library (#4624) Hi, we've created and are maintaining the kubernetes-py library. It uses python objects to manipulate the kubernetes API objects. We're using it to manage our operations on kubernetes daily. --- docs/reference/client-libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/client-libraries.md b/docs/reference/client-libraries.md index a1f3a06646..75b734f054 100644 --- a/docs/reference/client-libraries.md +++ b/docs/reference/client-libraries.md @@ -49,6 +49,7 @@ their authors, not the Kubernetes team. | PHP | [github.com/devstub/kubernetes-api-php-client](https://github.com/devstub/kubernetes-api-php-client) | | PHP | [github.com/maclof/kubernetes-client](https://github.com/maclof/kubernetes-client) | | Python | [github.com/eldarion-gondor/pykube](https://github.com/eldarion-gondor/pykube) | +| Python | [github.com/mnubo/kubernetes-py](https://github.com/mnubo/kubernetes-py) | | Ruby | [github.com/Ch00k/kuber](https://github.com/Ch00k/kuber) | | Ruby | [github.com/abonas/kubeclient](https://github.com/abonas/kubeclient) | | Scala | [github.com/doriordan/skuber](https://github.com/doriordan/skuber) |