diff options
| author | David Oppenheimer <davidopp@google.com> | 2015-07-14 22:07:44 -0700 |
|---|---|---|
| committer | David Oppenheimer <davidopp@google.com> | 2015-07-14 22:07:44 -0700 |
| commit | cb5465e2c6af85fd4f5b0577b8e4b16d930001d1 (patch) | |
| tree | 29de762a0d313e74a2af719cec9c8132fa9b7e69 /client-libraries.md | |
| parent | 70aa961049adb9d481b720e42a4e984f93eaf842 (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.md | 43 |
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 --> + + + + + +<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> + + + + + +<!-- 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 --> +[]() +<!-- END MUNGE: GENERATED_ANALYTICS --> |
