diff options
| author | Greg Taylor <snagglepants@gmail.com> | 2015-12-27 11:50:04 -0800 |
|---|---|---|
| committer | Greg Taylor <greg.taylor@aclima.io> | 2016-01-12 14:20:33 -0800 |
| commit | 629e14cd12f0568c4316f1948d41eb064215dc99 (patch) | |
| tree | c85c5c8f7c7a28a25bab0fa0f5a0638ad320c2e8 | |
| parent | 3a4ce33a4933cc26651b7b4456c3cfa523ae9a8c (diff) | |
Alphabetize user contributed libraries list.
| -rw-r--r-- | client-libraries.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/client-libraries.md b/client-libraries.md index a8a3f613..69661ff4 100644 --- a/client-libraries.md +++ b/client-libraries.md @@ -42,18 +42,17 @@ Documentation for other releases can be found at *Note: Libraries provided by outside parties are supported by their authors, not the core Kubernetes team* + * [Clojure](https://github.com/yanatan16/clj-kubernetes-api) * [Java (OSGi)](https://bitbucket.org/amdatulabs/amdatu-kubernetes) * [Java (Fabric8, OSGi)](https://github.com/fabric8io/kubernetes-client) - * [Ruby](https://github.com/Ch00k/kuber) - * [Ruby](https://github.com/abonas/kubeclient) - * [PHP](https://github.com/devstub/kubernetes-api-php-client) - * [PHP](https://github.com/maclof/kubernetes-client) * [Node.js](https://github.com/tenxcloud/node-kubernetes-client) * [Perl](https://metacpan.org/pod/Net::Kubernetes) - * [Clojure](https://github.com/yanatan16/clj-kubernetes-api) + * [PHP](https://github.com/devstub/kubernetes-api-php-client) + * [PHP](https://github.com/maclof/kubernetes-client) + * [Ruby](https://github.com/Ch00k/kuber) + * [Ruby](https://github.com/abonas/kubeclient) * [Scala](https://github.com/doriordan/skuber) - <!-- BEGIN MUNGE: GENERATED_ANALYTICS --> []() <!-- END MUNGE: GENERATED_ANALYTICS --> |
