Skip to content

Commit 6ee7852

Browse files
committed
[zh] sync /using-api/client-libraries.md
1 parent 0d80480 commit 6ee7852

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/zh-cn/docs/reference/using-api/client-libraries.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ understand the [kubeconfig file](/docs/tasks/access-application-cluster/configur
3838
format to read the credentials and the API Server address.
3939
-->
4040
客户端库通常为你处理诸如身份验证之类的常见任务。
41-
如果 API 客户端在 Kubernetes 集群中运行,大多数客户端库可以发现并使用 Kubernetes 服务帐户进行身份验证
41+
如果 API 客户端在 Kubernetes 集群中运行,大多数客户端库可以发现并使用 Kubernetes 服务账号进行身份验证
4242
或者能够理解 [kubeconfig 文件](/zh-cn/docs/tasks/access-application-cluster/configure-access-multiple-clusters/)
4343
格式来读取凭据和 API 服务器地址。
4444

@@ -54,16 +54,16 @@ The following client libraries are officially maintained by
5454
以下客户端库由 [Kubernetes SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery) 正式维护。
5555

5656
<!--
57-
| Language | Client Library | Sample Programs |
58-
|----------|----------------|-----------------|
57+
| Language | Client Library | Sample Programs |
58+
|------------|----------------|-----------------|
5959
| C | [github.com/kubernetes-client/c](https://github.com/kubernetes-client/c/) | [browse](https://github.com/kubernetes-client/c/tree/master/examples)
60-
| dotnet | [github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [browse](https://github.com/kubernetes-client/csharp/tree/master/examples/simple)
61-
| Go | [github.com/kubernetes/client-go/](https://github.com/kubernetes/client-go/) | [browse](https://github.com/kubernetes/client-go/tree/master/examples)
62-
| Haskell | [github.com/kubernetes-client/haskell](https://github.com/kubernetes-client/haskell) | [browse](https://github.com/kubernetes-client/haskell/tree/master/kubernetes-client/example)
60+
| dotnet | [github.com/kubernetes-client/csharp](https://github.com/kubernetes-client/csharp) | [browse](https://github.com/kubernetes-client/csharp/tree/master/examples/simple)
61+
| Go | [github.com/kubernetes/client-go/](https://github.com/kubernetes/client-go/) | [browse](https://github.com/kubernetes/client-go/tree/master/examples)
62+
| Haskell | [github.com/kubernetes-client/haskell](https://github.com/kubernetes-client/haskell) | [browse](https://github.com/kubernetes-client/haskell/tree/master/kubernetes-client/example)
6363
| Java | [github.com/kubernetes-client/java](https://github.com/kubernetes-client/java/) | [browse](https://github.com/kubernetes-client/java/tree/master/examples)
64-
| JavaScript | [github.com/kubernetes-client/javascript](https://github.com/kubernetes-client/javascript) | [browse](https://github.com/kubernetes-client/javascript/tree/master/examples)
64+
| JavaScript | [github.com/kubernetes-client/javascript](https://github.com/kubernetes-client/javascript) | [browse](https://github.com/kubernetes-client/javascript/tree/master/examples)
6565
| Perl | [github.com/kubernetes-client/perl/](https://github.com/kubernetes-client/perl/) | [browse](https://github.com/kubernetes-client/perl/tree/master/examples)
66-
| Python | [github.com/kubernetes-client/python/](https://github.com/kubernetes-client/python/) | [browse](https://github.com/kubernetes-client/python/tree/master/examples)
66+
| Python | [github.com/kubernetes-client/python/](https://github.com/kubernetes-client/python/) | [browse](https://github.com/kubernetes-client/python/tree/master/examples)
6767
| Ruby | [github.com/kubernetes-client/ruby/](https://github.com/kubernetes-client/ruby/) | [browse](https://github.com/kubernetes-client/ruby/tree/master/examples)
6868
-->
6969
| 语言 | 客户端库 | 样例程序 |
@@ -122,7 +122,7 @@ their authors, not the Kubernetes team.
122122
| Ruby | [github.com/abonas/kubeclient](https://github.com/abonas/kubeclient) |
123123
| Ruby | [github.com/k8s-ruby/k8s-ruby](https://github.com/k8s-ruby/k8s-ruby) |
124124
| Ruby | [github.com/kontena/k8s-client](https://github.com/kontena/k8s-client) |
125-
| Rust | [github.com/clux/kube-rs](https://github.com/clux/kube-rs) |
125+
| Rust | [github.com/kube-rs/kube](https://github.com/kube-rs/kube) |
126126
| Rust | [github.com/ynqa/kubernetes-rust](https://github.com/ynqa/kubernetes-rust) |
127127
| Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) |
128128
| Scala | [github.com/hnaderi/scala-k8s](https://github.com/hnaderi/scala-k8s) |
@@ -159,7 +159,7 @@ their authors, not the Kubernetes team.
159159
| Ruby | [github.com/abonas/kubeclient](https://github.com/abonas/kubeclient) |
160160
| Ruby | [github.com/k8s-ruby/k8s-ruby](https://github.com/k8s-ruby/k8s-ruby) |
161161
| Ruby | [github.com/kontena/k8s-client](https://github.com/kontena/k8s-client) |
162-
| Rust | [github.com/clux/kube-rs](https://github.com/clux/kube-rs) |
162+
| Rust | [github.com/kube-rs/kube](https://github.com/kube-rs/kube) |
163163
| Rust | [github.com/ynqa/kubernetes-rust](https://github.com/ynqa/kubernetes-rust) |
164164
| Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) |
165165
| Scala | [github.com/hnaderi/scala-k8s](https://github.com/hnaderi/scala-k8s) |

0 commit comments

Comments
 (0)