@@ -38,7 +38,7 @@ understand the [kubeconfig file](/docs/tasks/access-application-cluster/configur
38
38
format to read the credentials and the API Server address.
39
39
-->
40
40
客户端库通常为你处理诸如身份验证之类的常见任务。
41
- 如果 API 客户端在 Kubernetes 集群中运行,大多数客户端库可以发现并使用 Kubernetes 服务帐户进行身份验证 ,
41
+ 如果 API 客户端在 Kubernetes 集群中运行,大多数客户端库可以发现并使用 Kubernetes 服务账号进行身份验证 ,
42
42
或者能够理解 [ kubeconfig 文件] ( /zh-cn/docs/tasks/access-application-cluster/configure-access-multiple-clusters/ )
43
43
格式来读取凭据和 API 服务器地址。
44
44
@@ -54,16 +54,16 @@ The following client libraries are officially maintained by
54
54
以下客户端库由 [ Kubernetes SIG API Machinery] ( https://github.com/kubernetes/community/tree/master/sig-api-machinery ) 正式维护。
55
55
56
56
<!--
57
- | Language | Client Library | Sample Programs |
58
- |----------|----------------|-----------------|
57
+ | Language | Client Library | Sample Programs |
58
+ |------------ |----------------|-----------------|
59
59
| 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)
63
63
| 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)
65
65
| 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)
67
67
| Ruby | [github.com/kubernetes-client/ruby/](https://github.com/kubernetes-client/ruby/) | [browse](https://github.com/kubernetes-client/ruby/tree/master/examples)
68
68
-->
69
69
| 语言 | 客户端库 | 样例程序 |
@@ -122,7 +122,7 @@ their authors, not the Kubernetes team.
122
122
| Ruby | [github.com/abonas/kubeclient](https://github.com/abonas/kubeclient) |
123
123
| Ruby | [github.com/k8s-ruby/k8s-ruby](https://github.com/k8s-ruby/k8s-ruby) |
124
124
| 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 ) |
126
126
| Rust | [github.com/ynqa/kubernetes-rust](https://github.com/ynqa/kubernetes-rust) |
127
127
| Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) |
128
128
| Scala | [github.com/hnaderi/scala-k8s](https://github.com/hnaderi/scala-k8s) |
@@ -159,7 +159,7 @@ their authors, not the Kubernetes team.
159
159
| Ruby | [ github.com/abonas/kubeclient] ( https://github.com/abonas/kubeclient ) |
160
160
| Ruby | [ github.com/k8s-ruby/k8s-ruby] ( https://github.com/k8s-ruby/k8s-ruby ) |
161
161
| 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 ) |
163
163
| Rust | [ github.com/ynqa/kubernetes-rust] ( https://github.com/ynqa/kubernetes-rust ) |
164
164
| Scala | [ github.com/hagay3/skuber] ( https://github.com/hagay3/skuber ) |
165
165
| Scala | [ github.com/hnaderi/scala-k8s] ( https://github.com/hnaderi/scala-k8s ) |
0 commit comments