Skip to content

Commit 764c26c

Browse files
committed
Sort client library links
1 parent 2ed8cff commit 764c26c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

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

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ The following client libraries are officially maintained by
3030

3131
| Language | Client Library | Sample Programs |
3232
|----------|----------------|-----------------|
33+
| dotnet | [github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [browse](https://github.com/kubernetes-client/csharp/tree/master/examples/simple)
3334
| Go | [github.com/kubernetes/client-go/](https://github.com/kubernetes/client-go/) | [browse](https://github.com/kubernetes/client-go/tree/master/examples)
34-
| Python | [github.com/kubernetes-client/python/](https://github.com/kubernetes-client/python/) | [browse](https://github.com/kubernetes-client/python/tree/master/examples)
35+
| Haskell | [github.com/kubernetes-client/haskell](https://github.com/kubernetes-client/haskell) | [browse](https://github.com/kubernetes-client/haskell/tree/master/kubernetes-client/example)
3536
| Java | [github.com/kubernetes-client/java](https://github.com/kubernetes-client/java/) | [browse](https://github.com/kubernetes-client/java#installation)
36-
| dotnet | [github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [browse](https://github.com/kubernetes-client/csharp/tree/master/examples/simple)
3737
| JavaScript | [github.com/kubernetes-client/javascript](https://github.com/kubernetes-client/javascript) | [browse](https://github.com/kubernetes-client/javascript/tree/master/examples)
38-
| Haskell | [github.com/kubernetes-client/haskell](https://github.com/kubernetes-client/haskell) | [browse](https://github.com/kubernetes-client/haskell/tree/master/kubernetes-client/example)
39-
38+
| Python | [github.com/kubernetes-client/python/](https://github.com/kubernetes-client/python/) | [browse](https://github.com/kubernetes-client/python/tree/master/examples)
4039

4140
## Community-maintained client libraries
4241

@@ -48,6 +47,10 @@ their authors, not the Kubernetes team.
4847
| Language | Client Library |
4948
| -------------------- | ---------------------------------------- |
5049
| Clojure | [github.com/yanatan16/clj-kubernetes-api](https://github.com/yanatan16/clj-kubernetes-api) |
50+
| DotNet | [github.com/tonnyeremin/kubernetes_gen](https://github.com/tonnyeremin/kubernetes_gen) |
51+
| DotNet (RestSharp) | [github.com/masroorhasan/Kubernetes.DotNet](https://github.com/masroorhasan/Kubernetes.DotNet) |
52+
| Elixir | [github.com/obmarg/kazan](https://github.com/obmarg/kazan/) |
53+
| Elixir | [github.com/coryodaniel/k8s](https://github.com/coryodaniel/k8s) |
5154
| Go | [github.com/ericchiang/k8s](https://github.com/ericchiang/k8s) |
5255
| Java (OSGi) | [bitbucket.org/amdatulabs/amdatu-kubernetes](https://bitbucket.org/amdatulabs/amdatu-kubernetes) |
5356
| Java (Fabric8, OSGi) | [github.com/fabric8io/kubernetes-client](https://github.com/fabric8io/kubernetes-client) |
@@ -77,9 +80,3 @@ their authors, not the Kubernetes team.
7780
| Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) |
7881
| Scala | [github.com/joan38/kubernetes-client](https://github.com/joan38/kubernetes-client) |
7982
| Swift | [github.com/swiftkube/client](https://github.com/swiftkube/client) |
80-
| DotNet | [github.com/tonnyeremin/kubernetes_gen](https://github.com/tonnyeremin/kubernetes_gen) |
81-
| DotNet (RestSharp) | [github.com/masroorhasan/Kubernetes.DotNet](https://github.com/masroorhasan/Kubernetes.DotNet) |
82-
| Elixir | [github.com/obmarg/kazan](https://github.com/obmarg/kazan/) |
83-
| Elixir | [github.com/coryodaniel/k8s](https://github.com/coryodaniel/k8s) |
84-
85-

0 commit comments

Comments
 (0)