Skip to content

Commit 304802b

Browse files
authored
Merge pull request #20285 from joan38/patch-1
Add joan38/kubernetes-client
2 parents bf1e277 + b3bf6ae commit 304802b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/reference/using-api/client-libraries.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,28 +52,28 @@ their authors, not the Kubernetes team.
5252
| Lisp | [github.com/brendandburns/cl-k8s](https://github.com/brendandburns/cl-k8s) |
5353
| Lisp | [github.com/xh4/cube](https://github.com/xh4/cube) |
5454
| Node.js (TypeScript) | [github.com/Goyoo/node-k8s-client](https://github.com/Goyoo/node-k8s-client) |
55-
| Node.js | [github.com/tenxcloud/node-kubernetes-client](https://github.com/tenxcloud/node-kubernetes-client) |
56-
| Node.js | [github.com/godaddy/kubernetes-client](https://github.com/godaddy/kubernetes-client) |
5755
| Node.js | [github.com/ajpauwels/easy-k8s](https://github.com/ajpauwels/easy-k8s)
56+
| Node.js | [github.com/godaddy/kubernetes-client](https://github.com/godaddy/kubernetes-client) |
57+
| Node.js | [github.com/tenxcloud/node-kubernetes-client](https://github.com/tenxcloud/node-kubernetes-client) |
5858
| Perl | [metacpan.org/pod/Net::Kubernetes](https://metacpan.org/pod/Net::Kubernetes) |
59-
| PHP | [github.com/maclof/kubernetes-client](https://github.com/maclof/kubernetes-client) |
6059
| PHP | [github.com/allansun/kubernetes-php-client](https://github.com/allansun/kubernetes-php-client) |
60+
| PHP | [github.com/maclof/kubernetes-client](https://github.com/maclof/kubernetes-client) |
6161
| PHP | [github.com/travisghansen/kubernetes-client-php](https://github.com/travisghansen/kubernetes-client-php) |
6262
| Python | [github.com/eldarion-gondor/pykube](https://github.com/eldarion-gondor/pykube) |
6363
| Python | [github.com/fiaas/k8s](https://github.com/fiaas/k8s) |
6464
| Python | [github.com/mnubo/kubernetes-py](https://github.com/mnubo/kubernetes-py) |
6565
| Python | [github.com/tomplus/kubernetes_asyncio](https://github.com/tomplus/kubernetes_asyncio) |
66-
| Ruby | [github.com/Ch00k/kuber](https://github.com/Ch00k/kuber) |
6766
| Ruby | [github.com/abonas/kubeclient](https://github.com/abonas/kubeclient) |
67+
| Ruby | [github.com/Ch00k/kuber](https://github.com/Ch00k/kuber) |
6868
| Ruby | [github.com/kontena/k8s-client](https://github.com/kontena/k8s-client) |
6969
| Rust | [github.com/clux/kube-rs](https://github.com/clux/kube-rs) |
7070
| Rust | [github.com/ynqa/kubernetes-rust](https://github.com/ynqa/kubernetes-rust) |
7171
| Scala | [github.com/doriordan/skuber](https://github.com/doriordan/skuber) |
72-
| dotNet | [github.com/tonnyeremin/kubernetes_gen](https://github.com/tonnyeremin/kubernetes_gen) |
72+
| Scala | [github.com/joan38/kubernetes-client](https://github.com/joan38/kubernetes-client) |
73+
| DotNet | [github.com/tonnyeremin/kubernetes_gen](https://github.com/tonnyeremin/kubernetes_gen) |
7374
| DotNet (RestSharp) | [github.com/masroorhasan/Kubernetes.DotNet](https://github.com/masroorhasan/Kubernetes.DotNet) |
7475
| Elixir | [github.com/obmarg/kazan](https://github.com/obmarg/kazan/) |
7576
| Elixir | [github.com/coryodaniel/k8s](https://github.com/coryodaniel/k8s) |
76-
| Haskell | [github.com/kubernetes-client/haskell](https://github.com/kubernetes-client/haskell) |
7777
{{% /capture %}}
7878

7979

0 commit comments

Comments
 (0)