From 46d4998e3ec236007c6b353f261144e4bcfc76ea Mon Sep 17 00:00:00 2001 From: Alejandra Bustos Date: Mon, 26 Feb 2018 21:08:46 -0600 Subject: [PATCH] Add JavaScript client for Kubernetes (#7529) --- docs/reference/client-libraries.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/client-libraries.md b/docs/reference/client-libraries.md index 0db4644822..01ef8bc7e4 100644 --- a/docs/reference/client-libraries.md +++ b/docs/reference/client-libraries.md @@ -15,7 +15,7 @@ you do not need to implement the API calls and request/response types yourself. You can use a client library for the programming language you are using. Client libraries often handle common tasks such as authentication for you. -Most client libraries can discover and use the Kubernetes Service Account to +Most client libraries can discover and use the Kubernetes Service Account to authenticate if the API client is running inside the Kubernetes cluster, or can understand the [kubeconfig file](/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig/) format to read the credentials and the API Server address. @@ -32,6 +32,8 @@ Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery | Python | [github.com/kubernetes-client/python/](https://github.com/kubernetes-client/python/) | [browse](https://github.com/kubernetes-client/python/tree/master/examples) | Java | [github.com/kubernetes-client/java](https://github.com/kubernetes-client/java/) | [browse](https://github.com/kubernetes-client/java#installation) | dotnet | [github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [browse](https://github.com/kubernetes-client/csharp/tree/master/examples/simple) +| JavaScript | [github.com/kubernetes-client/javascript](https://github.com/kubernetes-client/javascript) | [browse](https://github.com/kubernetes-client/javascript/tree/master/examples) + ## Community-maintained client libraries