From c71d3148ca06bfced6b39d5afacd254f9f046807 Mon Sep 17 00:00:00 2001 From: Sean Wei Date: Fri, 27 May 2022 18:56:00 +0800 Subject: [PATCH] [zh] Fix link for priority-class-v1.md --- .../workload-resources/priority-class-v1.md | 93 +++++++++---------- 1 file changed, 46 insertions(+), 47 deletions(-) diff --git a/content/zh/docs/reference/kubernetes-api/workload-resources/priority-class-v1.md b/content/zh/docs/reference/kubernetes-api/workload-resources/priority-class-v1.md index 3c75e674ca..52fc887ab9 100644 --- a/content/zh/docs/reference/kubernetes-api/workload-resources/priority-class-v1.md +++ b/content/zh/docs/reference/kubernetes-api/workload-resources/priority-class-v1.md @@ -60,14 +60,14 @@ PriorityClass 定义了从优先级类名到优先级数值的映射。 - **metadata** (}}">ObjectMeta) 标准对象的元数据。 - 更多信息:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + 更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata -- **value** (int32),必需 +- **value** (int32),必需 此优先级的值。这是 Pod 在其 Pod 规约中有此类名称时收到的实际优先级。 @@ -133,7 +133,7 @@ PriorityClassList 是优先级类的集合。 --> - **metadata** (}}">ListMeta) - 标准列表元数据。更多信息:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + 标准列表元数据。更多信息: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata -- **name** (*路径参数*): string,必需 +- **name** (**路径参数**): string,必需 PriorityClass 名称 @@ -186,7 +186,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses/{name} }}">pretty --> -- **pretty** (*查询参数*): string +- **pretty** (**查询参数**):string }}">pretty @@ -227,7 +227,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses }}">allowWatchBookmarks --> -- **allowWatchBookmarks** (*查询参数*): boolean +- **allowWatchBookmarks** (**查询参数**):boolean }}">allowWatchBookmarks @@ -236,7 +236,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses }}">continue --> -- **continue** (*查询参数*): string +- **continue** (**查询参数**):string }}">continue @@ -245,7 +245,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses }}">fieldSelector --> -- **fieldSelector** (*查询参数*): string +- **fieldSelector** (**查询参数**):string }}">fieldSelector @@ -254,7 +254,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses }}">labelSelector --> -- **labelSelector** (*查询参数*): string +- **labelSelector** (**查询参数**):string }}">labelSelector @@ -263,7 +263,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses }}">limit --> -- **limit** (*查询参数*): integer +- **limit** (**查询参数**):integer }}">limit @@ -272,7 +272,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses }}">pretty --> -- **pretty** (*查询参数*): string +- **pretty** (**查询参数**):string }}">pretty @@ -281,7 +281,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses }}">resourceVersion --> -- **resourceVersion** (*查询参数*): string +- **resourceVersion** (**查询参数**):string }}">resourceVersion @@ -290,7 +290,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses }}">resourceVersionMatch --> -- **resourceVersionMatch** (*查询参数*): string +- **resourceVersionMatch** (**查询参数**):string }}">resourceVersionMatch @@ -299,7 +299,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses }}">timeoutSeconds --> -- **timeoutSeconds** (*查询参数*): integer +- **timeoutSeconds** (**查询参数**):integer }}">timeoutSeconds @@ -308,7 +308,7 @@ GET /apis/scheduling.k8s.io/v1/priorityclasses }}">watch --> -- **watch** (*查询参数*): boolean +- **watch** (**查询参数**):boolean }}">watch @@ -354,7 +354,7 @@ POST /apis/scheduling.k8s.io/v1/priorityclasses }}">dryRun --> -- **dryRun** (*查询参数*): string +- **dryRun** (**查询参数**):string }}">dryRun @@ -363,7 +363,7 @@ POST /apis/scheduling.k8s.io/v1/priorityclasses }}">fieldManager --> -- **fieldManager** (*查询参数*): string +- **fieldManager** (**查询参数**):string }}">fieldManager @@ -372,7 +372,7 @@ POST /apis/scheduling.k8s.io/v1/priorityclasses }}">fieldValidation --> -- **fieldValidation** (*查询参数*): string +- **fieldValidation** (**查询参数**):string }}">fieldValidation @@ -381,7 +381,7 @@ POST /apis/scheduling.k8s.io/v1/priorityclasses }}">pretty --> -- **pretty** (*查询参数*): string +- **pretty** (**查询参数**):string }}">pretty @@ -430,7 +430,7 @@ PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name} name of the PriorityClass --> -- **name** (*路径参数*): string,必需 +- **name** (*路径参数*): string,必需 PriorityClass 名称 @@ -444,7 +444,7 @@ PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name} }}">dryRun --> -- **dryRun** (*查询参数*): string +- **dryRun** (**查询参数**):string }}">dryRun @@ -453,7 +453,7 @@ PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name} }}">fieldManager --> -- **fieldManager** (*查询参数*): string +- **fieldManager** (**查询参数**):string }}">fieldManager @@ -462,7 +462,7 @@ PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name} }}">fieldValidation --> -- **fieldValidation** (*查询参数*): string +- **fieldValidation** (**查询参数**):string }}">fieldValidation @@ -471,7 +471,7 @@ PUT /apis/scheduling.k8s.io/v1/priorityclasses/{name} }}">pretty --> -- **pretty** (*查询参数*): string +- **pretty** (**查询参数**):string }}">pretty @@ -518,7 +518,7 @@ PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name} name of the PriorityClass --> -- **name** (*路径参数*): string,必须 +- **name** (*路径参数*): string,必须 PriorityClass 名称 @@ -532,7 +532,7 @@ PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name} }}">dryRun --> -- **dryRun** (*查询参数*): string +- **dryRun** (**查询参数**):string }}">dryRun @@ -541,7 +541,7 @@ PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name} }}">fieldManager --> -- **fieldManager** (*查询参数*): string +- **fieldManager** (**查询参数**):string }}">fieldManager @@ -550,7 +550,7 @@ PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name} }}">fieldValidation --> -- **fieldValidation** (*查询参数*): string +- **fieldValidation** (**查询参数**):string }}">fieldValidation @@ -559,7 +559,7 @@ PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name} }}">force --> -- **force** (*查询参数*): boolean +- **force** (**查询参数**):boolean }}">force @@ -568,7 +568,7 @@ PATCH /apis/scheduling.k8s.io/v1/priorityclasses/{name} }}">pretty --> -- **pretty** (*查询参数*): string +- **pretty** (**查询参数**):string }}">pretty @@ -613,7 +613,7 @@ Parameters name of the PriorityClass --> -- **name** (*路径参数*): string,必需 +- **name** (*路径参数*): string,必需 PriorityClass 名称。 @@ -627,7 +627,7 @@ Parameters }}">dryRun --> -- **dryRun** (*查询参数*): string +- **dryRun** (**查询参数**):string }}">dryRun @@ -636,7 +636,7 @@ Parameters }}">gracePeriodSeconds --> -- **gracePeriodSeconds** (*查询参数*): integer +- **gracePeriodSeconds** (**查询参数**):integer }}">gracePeriodSeconds @@ -645,7 +645,7 @@ Parameters }}">pretty --> -- **pretty** (*查询参数*): string +- **pretty** (**查询参数**):string }}">pretty @@ -654,7 +654,7 @@ Parameters }}">propagationPolicy --> -- **propagationPolicy** (*查询参数*): string +- **propagationPolicy** (**查询参数**):string }}">propagationPolicy @@ -702,7 +702,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">continue --> -- **continue** (*查询参数*): string +- **continue** (**查询参数**):string }}">continue @@ -711,7 +711,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">dryRun --> -- **dryRun** (*查询参数*): string +- **dryRun** (**查询参数**):string }}">dryRun @@ -720,7 +720,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">fieldSelector --> -- **fieldSelector** (*查询参数*): string +- **fieldSelector** (**查询参数**):string }}">fieldSelector @@ -729,7 +729,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">gracePeriodSeconds --> -- **gracePeriodSeconds** (*查询参数*): integer +- **gracePeriodSeconds** (**查询参数**):integer }}">gracePeriodSeconds @@ -738,7 +738,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">labelSelector --> -- **labelSelector** (*查询参数*): string +- **labelSelector** (**查询参数**):string }}">labelSelector @@ -747,7 +747,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">limit --> -- **limit** (*查询参数*): integer +- **limit** (**查询参数**):integer }}">limit @@ -756,7 +756,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">pretty --> -- **pretty** (*查询参数*): string +- **pretty** (**查询参数**):string }}">pretty @@ -765,7 +765,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">propagationPolicy --> -- **propagationPolicy** (*查询参数*): string +- **propagationPolicy** (**查询参数**):string }}">propagationPolicy @@ -774,7 +774,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">resourceVersion --> -- **resourceVersion** (*查询参数*): string +- **resourceVersion** (**查询参数**):string }}">resourceVersion @@ -783,7 +783,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">resourceVersionMatch --> -- **resourceVersionMatch** (*查询参数*): string +- **resourceVersionMatch** (**查询参数**):string }}">resourceVersionMatch @@ -792,7 +792,7 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses }}">timeoutSeconds --> -- **timeoutSeconds** (*查询参数*): integer +- **timeoutSeconds** (**查询参数**):integer }}">timeoutSeconds @@ -808,4 +808,3 @@ DELETE /apis/scheduling.k8s.io/v1/priorityclasses 200 (}}">Status): OK 401: Unauthorized -