From 7cbecf77c13b6c3e18ecd7a728149f7f92defcf5 Mon Sep 17 00:00:00 2001 From: "paul.zhang" Date: Tue, 14 Jun 2022 10:07:07 +0800 Subject: [PATCH] Update service-account-v1.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改如下: 1)位于路径中 修改为 路径参数 2) 查询字符串 修改为 查询参数 3)*查询字符串* 修改为 **查询字符串** 4)*位于路径中* 修改为 **位于路径中** --- .../service-account-v1.md | 119 +++++++++--------- 1 file changed, 59 insertions(+), 60 deletions(-) diff --git a/content/zh-cn/docs/reference/kubernetes-api/authentication-resources/service-account-v1.md b/content/zh-cn/docs/reference/kubernetes-api/authentication-resources/service-account-v1.md index e95ed291e7..8611df1606 100644 --- a/content/zh-cn/docs/reference/kubernetes-api/authentication-resources/service-account-v1.md +++ b/content/zh-cn/docs/reference/kubernetes-api/authentication-resources/service-account-v1.md @@ -158,7 +158,7 @@ GET /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **name** (**位于路径中**): string, 必需 +- **name** (**路径参数**): string, 必需 -- **namespace** (**位于路径中**): string, 必需 +- **namespace** (**路径参数**): string, 必需 }}">namespace -- **pretty** (**查询字符串**): string +- **pretty** (**查询参数**): string }}">pretty @@ -207,28 +207,28 @@ GET /api/v1/namespaces/{namespace}/serviceaccounts -- **namespace** (**位于路径中**): string, 必需 +- **namespace** (**路径参数**): string, 必需 }}">namespace -- **allowWatchBookmarks** (**查询字符串**): boolean +- **allowWatchBookmarks** (**查询参数**): boolean }}">allowWatchBookmarks -- **continue** (**查询字符串**): string +- **continue** (**查询参数**): string }}">continue -- **fieldSelector** (**查询字符串**): string +- **fieldSelector** (**查询参数**): string }}">fieldSelector @@ -236,7 +236,7 @@ GET /api/v1/namespaces/{namespace}/serviceaccounts -- **labelSelector** (**查询字符串**): string +- **labelSelector** (**查询参数**): string }}">labelSelector @@ -244,42 +244,42 @@ GET /api/v1/namespaces/{namespace}/serviceaccounts -- **limit** (*查询字符串*): integer +- **limit** (**查询参数**): integer }}">limit -- **pretty** (**查询字符串**): string +- **pretty** (**查询参数**): string }}">pretty -- **resourceVersion** (**查询字符串**): string +- **resourceVersion** (**查询参数**): string }}">resourceVersion -- **resourceVersionMatch** (**查询字符串**): string +- **resourceVersionMatch** (**查询参数**): string }}">resourceVersionMatch -- **timeoutSeconds** (**查询字符串**): integer +- **timeoutSeconds** (**查询参数**): integer }}">timeoutSeconds -- **watch** (**查询字符串**): boolean +- **watch** (**查询参数**): boolean }}">watch @@ -312,21 +312,21 @@ GET /api/v1/serviceaccounts -- **allowWatchBookmarks** (**查询字符串**): boolean +- **allowWatchBookmarks** (**查询参数**): boolean }}">allowWatchBookmarks -- **continue** (**查询字符串**): string +- **continue** (**查询参数**): string }}">continue -- **fieldSelector** (**查询字符串**): string +- **fieldSelector** (**查询参数**): string }}">fieldSelector @@ -334,49 +334,49 @@ GET /api/v1/serviceaccounts -- **labelSelector** (**查询字符串**): string +- **labelSelector** (**查询参数**): string }}">labelSelector -- **limit** (**查询字符串**): integer +- **limit** (**查询参数**): integer }}">limit -- **pretty** (**查询字符串**): string +- **pretty** (**查询参数**): string }}">pretty -- **resourceVersion** (**查询字符串**): string +- **resourceVersion** (**查询参数**): string }}">resourceVersion -- **resourceVersionMatch** (**查询字符串**): string +- **resourceVersionMatch** (**查询参数**): string }}">resourceVersionMatch -- **timeoutSeconds** (**查询字符串**): integer +- **timeoutSeconds** (**查询参数**): integer }}">timeoutSeconds -- **watch** (**查询字符串**): boolean +- **watch** (**查询参数**): boolean }}">watch @@ -409,7 +409,7 @@ POST /api/v1/namespaces/{namespace}/serviceaccounts -- **namespace** (**位于路径中**): string, 必需 +- **namespace** (**路径参数**): string, 必需 }}">namespace @@ -421,21 +421,21 @@ POST /api/v1/namespaces/{namespace}/serviceaccounts -- **dryRun** (**查询字符串**): string +- **dryRun** (**查询参数**): string }}">dryRun -- **fieldManager** (**查询字符串**): string +- **fieldManager** (**查询参数**): string }}">fieldManager -- **fieldValidation** (**查询字符串**): string +- **fieldValidation** (**查询参数**): string }}">fieldValidation @@ -443,7 +443,7 @@ POST /api/v1/namespaces/{namespace}/serviceaccounts -- **pretty** (**查询字符串**): string +- **pretty** (**查询参数**): string }}">pretty @@ -480,7 +480,7 @@ PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **name** (**位于路径中**): string, required +- **name** (**路径参数**): string, required name of the ServiceAccount @@ -488,7 +488,7 @@ PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **namespace** (**位于路径中**): string, 必需 +- **namespace** (**路径参数**): string, 必需 }}">namespace @@ -500,21 +500,21 @@ PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **dryRun** (**查询字符串**): string +- **dryRun** (**查询参数**): string }}">dryRun -- **fieldManager** (**查询字符串**): string +- **fieldManager** (**查询参数**): string }}">fieldManager -- **fieldValidation** (**查询字符串**): string +- **fieldValidation** (**查询参数**): string }}">fieldValidation @@ -522,7 +522,7 @@ PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **pretty** (**查询字符串**): string +- **pretty** (**查询参数**): string }}">pretty @@ -556,7 +556,7 @@ PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **name** (**位于路径中**): string, 必需 +- **name** (**路径参数**): string, 必需 -- **namespace** (**位于路径中**): string, 必需 +- **namespace** (**路径参数**): string, 必需 }}">namespace @@ -577,28 +577,28 @@ PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **dryRun** (**查询字符串**): string +- **dryRun** (**查询参数**): string }}">dryRun -- **fieldManager** (**查询字符串**): string +- **fieldManager** (**查询参数**): string }}">fieldManager -- **fieldValidation** (**查询字符串**): string +- **fieldValidation** (**查询参数**): string }}">fieldValidation -- **force** (**查询字符串**): boolean +- **force** (**查询参数**): boolean }}">force @@ -606,7 +606,7 @@ PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **pretty** (**查询字符串**): string +- **pretty** (**查询参数**): string }}">pretty @@ -642,7 +642,7 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **name** (**位于路径中**): string, 必需 +- **name** (**路径参数**): string, 必需 -- **namespace** (**位于路径中**): string, 必需 +- **namespace** (**路径参数**): string, 必需 }}">namespace @@ -663,14 +663,14 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **dryRun** (**查询字符串**): string +- **dryRun** (**查询参数**): string }}">dryRun -- **gracePeriodSeconds** (*查询字符串*): integer +- **gracePeriodSeconds** (**查询参数**): integer }}">gracePeriodSeconds @@ -678,7 +678,7 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name} -- **pretty** (**查询字符串**): string +- **pretty** (**查询参数**): string }}">pretty @@ -718,7 +718,7 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts -- **namespace** (**位于路径中**): string, 必需 +- **namespace** (**路径参数**): string, 必需 }}">namespace @@ -728,7 +728,7 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts -- **continue** (**查询字符串**): string +- **continue** (**查询参数**): string }}">continue @@ -736,14 +736,14 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts -- **dryRun** (**查询字符串**): string +- **dryRun** (**查询参数**): string }}">dryRun -- **fieldSelector** (**查询字符串**): string +- **fieldSelector** (**查询参数**): string }}">fieldSelector @@ -751,21 +751,21 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts -- **gracePeriodSeconds** (*查询字符串*): integer +- **gracePeriodSeconds** (**查询参数**): integer }}">gracePeriodSeconds -- **labelSelector** (*查询字符串*): string +- **labelSelector** (**查询参数**): string }}">labelSelector -- **limit** (*查询字符串*): integer +- **limit** (**查询参数**): integer }}">limit @@ -773,35 +773,35 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts -- **pretty** (**查询字符串**): string +- **pretty** (**查询参数**): string }}">pretty -- **propagationPolicy** (**查询字符串**): string +- **propagationPolicy** (**查询参数**): string }}">propagationPolicy -- **resourceVersion** (**查询字符串**): string +- **resourceVersion** (**查询参数**): string }}">resourceVersion -- **resourceVersionMatch** (**查询字符串**): string +- **resourceVersionMatch** (**查询参数**): string }}">resourceVersionMatch -- **timeoutSeconds** (**查询字符串**): integer +- **timeoutSeconds** (**查询参数**): integer }}">timeoutSeconds @@ -814,4 +814,3 @@ DELETE /api/v1/namespaces/{namespace}/serviceaccounts 200 (}}">Status): OK 401: Unauthorized -