[zh] sync /using-api/client-libraries.md
parent
0d8048036f
commit
6ee7852972
|
@ -38,7 +38,7 @@ understand the [kubeconfig file](/docs/tasks/access-application-cluster/configur
|
||||||
format to read the credentials and the API Server address.
|
format to read the credentials and the API Server address.
|
||||||
-->
|
-->
|
||||||
客户端库通常为你处理诸如身份验证之类的常见任务。
|
客户端库通常为你处理诸如身份验证之类的常见任务。
|
||||||
如果 API 客户端在 Kubernetes 集群中运行,大多数客户端库可以发现并使用 Kubernetes 服务帐户进行身份验证,
|
如果 API 客户端在 Kubernetes 集群中运行,大多数客户端库可以发现并使用 Kubernetes 服务账号进行身份验证,
|
||||||
或者能够理解 [kubeconfig 文件](/zh-cn/docs/tasks/access-application-cluster/configure-access-multiple-clusters/)
|
或者能够理解 [kubeconfig 文件](/zh-cn/docs/tasks/access-application-cluster/configure-access-multiple-clusters/)
|
||||||
格式来读取凭据和 API 服务器地址。
|
格式来读取凭据和 API 服务器地址。
|
||||||
|
|
||||||
|
@ -54,16 +54,16 @@ The following client libraries are officially maintained by
|
||||||
以下客户端库由 [Kubernetes SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery) 正式维护。
|
以下客户端库由 [Kubernetes SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery) 正式维护。
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
| Language | Client Library | Sample Programs |
|
| Language | Client Library | Sample Programs |
|
||||||
|----------|----------------|-----------------|
|
|------------|----------------|-----------------|
|
||||||
| C | [github.com/kubernetes-client/c](https://github.com/kubernetes-client/c/) | [browse](https://github.com/kubernetes-client/c/tree/master/examples)
|
| C | [github.com/kubernetes-client/c](https://github.com/kubernetes-client/c/) | [browse](https://github.com/kubernetes-client/c/tree/master/examples)
|
||||||
| dotnet | [github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [browse](https://github.com/kubernetes-client/csharp/tree/master/examples/simple)
|
| dotnet | [github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [browse](https://github.com/kubernetes-client/csharp/tree/master/examples/simple)
|
||||||
| Go | [github.com/kubernetes/client-go/](https://github.com/kubernetes/client-go/) | [browse](https://github.com/kubernetes/client-go/tree/master/examples)
|
| Go | [github.com/kubernetes/client-go/](https://github.com/kubernetes/client-go/) | [browse](https://github.com/kubernetes/client-go/tree/master/examples)
|
||||||
| Haskell | [github.com/kubernetes-client/haskell](https://github.com/kubernetes-client/haskell) | [browse](https://github.com/kubernetes-client/haskell/tree/master/kubernetes-client/example)
|
| Haskell | [github.com/kubernetes-client/haskell](https://github.com/kubernetes-client/haskell) | [browse](https://github.com/kubernetes-client/haskell/tree/master/kubernetes-client/example)
|
||||||
| Java | [github.com/kubernetes-client/java](https://github.com/kubernetes-client/java/) | [browse](https://github.com/kubernetes-client/java/tree/master/examples)
|
| Java | [github.com/kubernetes-client/java](https://github.com/kubernetes-client/java/) | [browse](https://github.com/kubernetes-client/java/tree/master/examples)
|
||||||
| JavaScript | [github.com/kubernetes-client/javascript](https://github.com/kubernetes-client/javascript) | [browse](https://github.com/kubernetes-client/javascript/tree/master/examples)
|
| JavaScript | [github.com/kubernetes-client/javascript](https://github.com/kubernetes-client/javascript) | [browse](https://github.com/kubernetes-client/javascript/tree/master/examples)
|
||||||
| Perl | [github.com/kubernetes-client/perl/](https://github.com/kubernetes-client/perl/) | [browse](https://github.com/kubernetes-client/perl/tree/master/examples)
|
| Perl | [github.com/kubernetes-client/perl/](https://github.com/kubernetes-client/perl/) | [browse](https://github.com/kubernetes-client/perl/tree/master/examples)
|
||||||
| Python | [github.com/kubernetes-client/python/](https://github.com/kubernetes-client/python/) | [browse](https://github.com/kubernetes-client/python/tree/master/examples)
|
| Python | [github.com/kubernetes-client/python/](https://github.com/kubernetes-client/python/) | [browse](https://github.com/kubernetes-client/python/tree/master/examples)
|
||||||
| Ruby | [github.com/kubernetes-client/ruby/](https://github.com/kubernetes-client/ruby/) | [browse](https://github.com/kubernetes-client/ruby/tree/master/examples)
|
| Ruby | [github.com/kubernetes-client/ruby/](https://github.com/kubernetes-client/ruby/) | [browse](https://github.com/kubernetes-client/ruby/tree/master/examples)
|
||||||
-->
|
-->
|
||||||
| 语言 | 客户端库 | 样例程序 |
|
| 语言 | 客户端库 | 样例程序 |
|
||||||
|
@ -122,7 +122,7 @@ their authors, not the Kubernetes team.
|
||||||
| Ruby | [github.com/abonas/kubeclient](https://github.com/abonas/kubeclient) |
|
| Ruby | [github.com/abonas/kubeclient](https://github.com/abonas/kubeclient) |
|
||||||
| Ruby | [github.com/k8s-ruby/k8s-ruby](https://github.com/k8s-ruby/k8s-ruby) |
|
| Ruby | [github.com/k8s-ruby/k8s-ruby](https://github.com/k8s-ruby/k8s-ruby) |
|
||||||
| Ruby | [github.com/kontena/k8s-client](https://github.com/kontena/k8s-client) |
|
| Ruby | [github.com/kontena/k8s-client](https://github.com/kontena/k8s-client) |
|
||||||
| Rust | [github.com/clux/kube-rs](https://github.com/clux/kube-rs) |
|
| Rust | [github.com/kube-rs/kube](https://github.com/kube-rs/kube) |
|
||||||
| Rust | [github.com/ynqa/kubernetes-rust](https://github.com/ynqa/kubernetes-rust) |
|
| Rust | [github.com/ynqa/kubernetes-rust](https://github.com/ynqa/kubernetes-rust) |
|
||||||
| Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) |
|
| Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) |
|
||||||
| Scala | [github.com/hnaderi/scala-k8s](https://github.com/hnaderi/scala-k8s) |
|
| Scala | [github.com/hnaderi/scala-k8s](https://github.com/hnaderi/scala-k8s) |
|
||||||
|
@ -159,7 +159,7 @@ their authors, not the Kubernetes team.
|
||||||
| Ruby | [github.com/abonas/kubeclient](https://github.com/abonas/kubeclient) |
|
| Ruby | [github.com/abonas/kubeclient](https://github.com/abonas/kubeclient) |
|
||||||
| Ruby | [github.com/k8s-ruby/k8s-ruby](https://github.com/k8s-ruby/k8s-ruby) |
|
| Ruby | [github.com/k8s-ruby/k8s-ruby](https://github.com/k8s-ruby/k8s-ruby) |
|
||||||
| Ruby | [github.com/kontena/k8s-client](https://github.com/kontena/k8s-client) |
|
| Ruby | [github.com/kontena/k8s-client](https://github.com/kontena/k8s-client) |
|
||||||
| Rust | [github.com/clux/kube-rs](https://github.com/clux/kube-rs) |
|
| Rust | [github.com/kube-rs/kube](https://github.com/kube-rs/kube) |
|
||||||
| Rust | [github.com/ynqa/kubernetes-rust](https://github.com/ynqa/kubernetes-rust) |
|
| Rust | [github.com/ynqa/kubernetes-rust](https://github.com/ynqa/kubernetes-rust) |
|
||||||
| Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) |
|
| Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) |
|
||||||
| Scala | [github.com/hnaderi/scala-k8s](https://github.com/hnaderi/scala-k8s) |
|
| Scala | [github.com/hnaderi/scala-k8s](https://github.com/hnaderi/scala-k8s) |
|
||||||
|
|
Loading…
Reference in New Issue