diff --git a/content/zh-cn/docs/reference/using-api/client-libraries.md b/content/zh-cn/docs/reference/using-api/client-libraries.md index f44a20c6f2..3c03d84059 100644 --- a/content/zh-cn/docs/reference/using-api/client-libraries.md +++ b/content/zh-cn/docs/reference/using-api/client-libraries.md @@ -38,7 +38,7 @@ understand the [kubeconfig file](/docs/tasks/access-application-cluster/configur 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/) 格式来读取凭据和 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) 正式维护。 | 语言 | 客户端库 | 样例程序 | @@ -122,7 +122,7 @@ their authors, not the Kubernetes team. | 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/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) | | Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) | | 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/k8s-ruby/k8s-ruby](https://github.com/k8s-ruby/k8s-ruby) | | 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) | | Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) | | Scala | [github.com/hnaderi/scala-k8s](https://github.com/hnaderi/scala-k8s) |