Skip to content

Commit c013ba4

Browse files
authored
Merge pull request #25234 from zhaojizhuang/3rd
[zh] sync reference/using-api/client-libraries.md
2 parents 861a8fa + 7afd1bd commit c013ba4

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@ API from various programming languages.
2424

2525
<!-- body -->
2626
<!--
27-
To write applications using the [Kubernetes REST API](/docs/reference/using-api/api-overview/),
27+
To write applications using the [Kubernetes REST API](/docs/reference/using-api/),
2828
you do not need to implement the API calls and request/response types yourself.
2929
You can use a client library for the programming language you are using.
3030
-->
31-
在使用 [Kubernetes REST API](/docs/reference/using-api/api-overview/) 编写应用程序时,
31+
在使用 [Kubernetes REST API](/zh/docs/reference/using-api/) 编写应用程序时,
3232
您并不需要自己实现 API 调用和 “请求/响应” 类型。
3333
您可以根据自己的编程语言需要选择使用合适的客户端库。
3434

3535
<!--
3636
Client libraries often handle common tasks such as authentication for you.
3737
Most client libraries can discover and use the Kubernetes Service Account to
3838
authenticate if the API client is running inside the Kubernetes cluster, or can
39-
understand the [kubeconfig file](/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig/)
39+
understand the [kubeconfig file](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/)
4040
format to read the credentials and the API Server address.
4141
-->
4242
客户端库通常为您处理诸如身份验证之类的常见任务。
4343
如果 API 客户端在 Kubernetes 集群中运行,大多数客户端库可以发现并使用 Kubernetes 服务帐户进行身份验证,
44-
或者能够理解 [kubeconfig 文件](/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig/)
44+
或者能够理解 [kubeconfig 文件](/zh/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig/)
4545
格式来读取凭据和 API 服务器地址。
4646

4747
<!--
@@ -50,8 +50,8 @@ format to read the credentials and the API Server address.
5050
## 官方支持的 Kubernetes 客户端库
5151

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

@@ -80,6 +80,8 @@ Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery
8080
-->
8181
## 社区维护的客户端库
8282

83+
{{% thirdparty-content %}}
84+
8385
<!--
8486
The following Kubernetes API client libraries are provided and maintained by
8587
their authors, not the Kubernetes team.
@@ -103,6 +105,7 @@ their authors, not the Kubernetes team.
103105
| PHP | [github.com/maclof/kubernetes-client](https://github.com/maclof/kubernetes-client) |
104106
| PHP | [github.com/allansun/kubernetes-php-client](https://github.com/allansun/kubernetes-php-client) |
105107
| PHP | [github.com/travisghansen/kubernetes-client-php](https://github.com/travisghansen/kubernetes-client-php) |
108+
| PHP | [github.com/renoki-co/php-k8s](https://github.com/renoki-co/php-k8s) |
106109
| Python | [github.com/eldarion-gondor/pykube](https://github.com/eldarion-gondor/pykube) |
107110
| Python | [github.com/mnubo/kubernetes-py](https://github.com/mnubo/kubernetes-py) |
108111
| Ruby | [github.com/Ch00k/kuber](https://github.com/Ch00k/kuber) |
@@ -132,6 +135,7 @@ their authors, not the Kubernetes team.
132135
| PHP | [github.com/maclof/kubernetes-client](https://github.com/maclof/kubernetes-client) |
133136
| PHP | [github.com/allansun/kubernetes-php-client](https://github.com/allansun/kubernetes-php-client) |
134137
| PHP | [github.com/travisghansen/kubernetes-client-php](https://github.com/travisghansen/kubernetes-client-php) |
138+
| PHP | [github.com/renoki-co/php-k8s](https://github.com/renoki-co/php-k8s) |
135139
| Python | [github.com/eldarion-gondor/pykube](https://github.com/eldarion-gondor/pykube) |
136140
| Python | [github.com/mnubo/kubernetes-py](https://github.com/mnubo/kubernetes-py) |
137141
| Ruby | [github.com/Ch00k/kuber](https://github.com/Ch00k/kuber) |

0 commit comments

Comments
 (0)