summaryrefslogtreecommitdiff
path: root/client-libraries.md
diff options
context:
space:
mode:
authorDavid Oppenheimer <davidopp@google.com>2015-07-14 22:07:44 -0700
committerDavid Oppenheimer <davidopp@google.com>2015-07-14 22:07:44 -0700
commitcb5465e2c6af85fd4f5b0577b8e4b16d930001d1 (patch)
tree29de762a0d313e74a2af719cec9c8132fa9b7e69 /client-libraries.md
parent70aa961049adb9d481b720e42a4e984f93eaf842 (diff)
Move some docs from docs/ top-level into docs/{admin/,devel/,user-guide/}.
Diffstat (limited to 'client-libraries.md')
-rw-r--r--client-libraries.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/client-libraries.md b/client-libraries.md
new file mode 100644
index 00000000..b7529a01
--- /dev/null
+++ b/client-libraries.md
@@ -0,0 +1,43 @@
+<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
+
+<!-- BEGIN STRIP_FOR_RELEASE -->
+
+![WARNING](http://kubernetes.io/img/warning.png)
+![WARNING](http://kubernetes.io/img/warning.png)
+![WARNING](http://kubernetes.io/img/warning.png)
+
+<h1>PLEASE NOTE: This document applies to the HEAD of the source
+tree only. If you are using a released version of Kubernetes, you almost
+certainly want the docs that go with that version.</h1>
+
+<strong>Documentation for specific releases can be found at
+[releases.k8s.io](http://releases.k8s.io).</strong>
+
+![WARNING](http://kubernetes.io/img/warning.png)
+![WARNING](http://kubernetes.io/img/warning.png)
+![WARNING](http://kubernetes.io/img/warning.png)
+
+<!-- END STRIP_FOR_RELEASE -->
+
+<!-- END MUNGE: UNVERSIONED_WARNING -->
+## kubernetes API client libraries
+
+### Supported
+ * [Go](https://github.com/GoogleCloudPlatform/kubernetes/tree/master/pkg/client)
+
+### User Contributed
+*Note: Libraries provided by outside parties are supported by their authors, not the core Kubernetes team*
+
+ * [Java (OSGI)](https://bitbucket.org/amdatulabs/amdatu-kubernetes)
+ * [Java (Fabric8)](https://github.com/fabric8io/fabric8/tree/master/components/kubernetes-api)
+ * [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)
+
+
+<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
+[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/devel/client-libraries.md?pixel)]()
+<!-- END MUNGE: GENERATED_ANALYTICS -->