From 7afd1bd2922762837e167a5307fca1211eff2c8e Mon Sep 17 00:00:00 2001 From: zhaojizhuang <571130360@qq.com> Date: Thu, 26 Nov 2020 10:58:56 +0800 Subject: [PATCH] [zh]sync Add 3rd party content warning to sync Add 3rd party content warning to Ingress Controllers concept and client-libraries --- .../docs/reference/using-api/client-libraries.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/content/zh/docs/reference/using-api/client-libraries.md b/content/zh/docs/reference/using-api/client-libraries.md index 20855fbe48..add068a61d 100644 --- a/content/zh/docs/reference/using-api/client-libraries.md +++ b/content/zh/docs/reference/using-api/client-libraries.md @@ -24,11 +24,11 @@ API from various programming languages. -在使用 [Kubernetes REST API](/docs/reference/using-api/api-overview/) 编写应用程序时, +在使用 [Kubernetes REST API](/zh/docs/reference/using-api/) 编写应用程序时, 您并不需要自己实现 API 调用和 “请求/响应” 类型。 您可以根据自己的编程语言需要选择使用合适的客户端库。 @@ -36,12 +36,12 @@ You can use a client library for the programming language you are using. Client libraries often handle common tasks such as authentication for you. Most client libraries can discover and use the Kubernetes Service Account to authenticate if the API client is running inside the Kubernetes cluster, or can -understand the [kubeconfig file](/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig/) +understand the [kubeconfig file](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) format to read the credentials and the API Server address. --> 客户端库通常为您处理诸如身份验证之类的常见任务。 如果 API 客户端在 Kubernetes 集群中运行,大多数客户端库可以发现并使用 Kubernetes 服务帐户进行身份验证, -或者能够理解 [kubeconfig 文件](/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig/) +或者能够理解 [kubeconfig 文件](/zh/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig/) 格式来读取凭据和 API 服务器地址。 以下客户端库由 [Kubernetes SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery) 正式维护。 @@ -80,6 +80,8 @@ Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery --> ## 社区维护的客户端库 +{{% thirdparty-content %}} +