Skip to content

Commit f249eb9

Browse files
authored
Merge pull request #40077 from asa3311/Reference-files-to-sync-task-1
[zh]Reference files to sync task 1
2 parents e9bfdf6 + c9971ae commit f249eb9

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

content/zh-cn/docs/reference/kubernetes-api/authorization-resources/cluster-role-binding-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_metadata:
66
content_type: "api_reference"
77
description: "ClusterRoleBinding 引用 ClusterRole,但不包含它。"
88
title: "ClusterRoleBinding"
9-
weight: 6
9+
weight: 7
1010
auto_generated: false
1111
---
1212
<!--
@@ -18,7 +18,7 @@ api_metadata:
1818
content_type: "api_reference"
1919
description: "ClusterRoleBinding references a ClusterRole, but not contain it."
2020
title: "ClusterRoleBinding"
21-
weight: 6
21+
weight: 7
2222
auto_generated: true
2323
---
2424
-->

content/zh-cn/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_metadata:
66
content_type: "api_reference"
77
description: "ClusterRole 是一个集群级别的 PolicyRule 逻辑分组,可以被 RoleBinding 或 ClusterRoleBinding 作为一个单元引用。"
88
title: "ClusterRole"
9-
weight: 5
9+
weight: 6
1010
---
1111
<!--
1212
api_metadata:
@@ -16,7 +16,7 @@ api_metadata:
1616
content_type: "api_reference"
1717
description: "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding."
1818
title: "ClusterRole"
19-
weight: 5
19+
weight: 6
2020
auto_generated: true
2121
-->
2222

content/zh-cn/docs/reference/kubernetes-api/authorization-resources/role-binding-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_metadata:
66
content_type: "api_reference"
77
description: "RoleBinding 引用一个角色,但不包含它。"
88
title: "RoleBinding"
9-
weight: 8
9+
weight: 9
1010
auto_generated: false
1111
---
1212
<!--
@@ -18,7 +18,7 @@ api_metadata:
1818
content_type: "api_reference"
1919
description: "RoleBinding references a role, but does not contain it."
2020
title: "RoleBinding"
21-
weight: 8
21+
weight: 9
2222
auto_generated: true
2323
---
2424
-->

content/zh-cn/docs/reference/kubernetes-api/authorization-resources/role-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_metadata:
66
content_type: "api_reference"
77
description: "Role 是一个按命名空间划分的 PolicyRule 逻辑分组,可以被 RoleBinding 作为一个单元引用。"
88
title: "Role"
9-
weight: 7
9+
weight: 8
1010
---
1111
<!--
1212
api_metadata:
@@ -16,7 +16,7 @@ api_metadata:
1616
content_type: "api_reference"
1717
description: "Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding."
1818
title: "Role"
19-
weight: 7
19+
weight: 8
2020
auto_generated: true
2121
-->
2222

content/zh-cn/docs/reference/kubernetes-api/workload-resources/priority-class-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_metadata:
66
content_type: "api_reference"
77
description: "PriorityClass 定义了从优先级类名到优先级数值的映射。"
88
title: "PriorityClass"
9-
weight: 14
9+
weight: 13
1010
auto_generated: false
1111
---
1212

@@ -18,7 +18,7 @@ api_metadata:
1818
content_type: "api_reference"
1919
description: "PriorityClass defines mapping from a priority class name to the priority integer value."
2020
title: "PriorityClass"
21-
weight: 14
21+
weight: 13
2222
auto_generated: true
2323
-->
2424

content/zh-cn/docs/reference/kubernetes-api/workload-resources/replica-set-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ ReplicaSetStatus 表示 ReplicaSet 的当前状态。
128128
<!--
129129
- **replicas** (int32), required
130130
131-
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
131+
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
132132
133133
- **availableReplicas** (int32)
134134

content/zh-cn/docs/reference/kubernetes-api/workload-resources/replication-controller-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ReplicationControllerStatus 表示一个副本控制器的当前状态。
131131
<!--
132132
- **replicas** (int32), required
133133
134-
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller
134+
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller
135135
136136
- **availableReplicas** (int32)
137137

0 commit comments

Comments
 (0)