File tree 3 files changed +12
-8
lines changed
content/zh-cn/docs/reference/kubernetes-api/workload-resources
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ api_metadata:
6
6
content_type : " api_reference"
7
7
description : " ControllerRevision 实现了状态数据的不可变快照。"
8
8
title : " ControllerRevision"
9
- weight : 7
9
+ weight : 8
10
10
---
11
11
12
12
<!--
@@ -17,7 +17,7 @@ api_metadata:
17
17
content_type: "api_reference"
18
18
description: "ControllerRevision implements an immutable snapshot of state data."
19
19
title: "ControllerRevision"
20
- weight: 7
20
+ weight: 8
21
21
auto_generated: true
22
22
-->
23
23
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ api_metadata:
6
6
content_type : " api_reference"
7
7
description : " Deployment 使得 Pod 和 ReplicaSet 能够进行声明式更新。"
8
8
title : " Deployment"
9
- weight : 5
9
+ weight : 6
10
10
---
11
11
<!--
12
12
api_metadata:
@@ -16,7 +16,7 @@ api_metadata:
16
16
content_type: "api_reference"
17
17
description: "Deployment enables declarative updates for Pods and ReplicaSets."
18
18
title: "Deployment"
19
- weight: 5
19
+ weight: 6
20
20
auto_generated: true
21
21
-->
22
22
@@ -291,7 +291,9 @@ DeploymentStatus 是最近观测到的 Deployment 状态。
291
291
- **conditions** ([]DeploymentCondition)
292
292
293
293
*Patch strategy: merge on key `type`*
294
-
294
+
295
+ *Map: unique values on key type will be kept during a merge*
296
+
295
297
Represents the latest available observations of a deployment's current state.
296
298
297
299
<a name="DeploymentCondition"></a>
@@ -300,7 +302,9 @@ DeploymentStatus 是最近观测到的 Deployment 状态。
300
302
- ** conditions** ([ ] DeploymentCondition)
301
303
302
304
** 补丁策略:按照键 ` type ` 合并**
303
-
305
+
306
+ ** Map:键 ` type ` 的唯一值将在合并期间保留**
307
+
304
308
表示 Deployment 当前状态的最新可用观测值。
305
309
306
310
<a name =" DeploymentCondition " ></a >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ api_metadata:
6
6
content_type : " api_reference"
7
7
description : " PriorityClass 定义了从优先级类名到优先级数值的映射。"
8
8
title : " PriorityClass"
9
- weight : 13
9
+ weight : 14
10
10
auto_generated : false
11
11
---
12
12
@@ -18,7 +18,7 @@ api_metadata:
18
18
content_type: "api_reference"
19
19
description: "PriorityClass defines mapping from a priority class name to the priority integer value."
20
20
title: "PriorityClass"
21
- weight: 13
21
+ weight: 14
22
22
auto_generated: true
23
23
-->
24
24
You can’t perform that action at this time.
0 commit comments