From 36441998bd131c2d51f1b22141503649ade30df1 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 19 Jun 2015 17:55:37 -0400 Subject: [PATCH] Adding Perl client to list of User Libs Adding a link to Net::Kubernetes perl module to list of user contributed client libraries --- docs/client-libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/client-libraries.md b/docs/client-libraries.md index eeb92141515..39a3b3bc1ea 100644 --- a/docs/client-libraries.md +++ b/docs/client-libraries.md @@ -11,6 +11,7 @@ * [Ruby2](https://github.com/abonas/kubeclient) * [PHP](https://github.com/devstub/kubernetes-api-php-client) * [Node.js](https://github.com/tenxcloud/node-kubernetes-client) + * [Perl](https://metacpan.org/pod/Net::Kubernetes)