Skip to content

Commit

Permalink
[zh] Update weights for concepts/overview/working-with-objects
Browse files Browse the repository at this point in the history
  • Loading branch information
niuzhenguo committed Nov 9, 2022
1 parent 6c4ea62 commit 5857d4d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: 注解
content_type: concept
weight: 50
weight: 60
---

<!--
title: Annotations
content_type: concept
weight: 50
weight: 60
-->

<!-- overview -->
Expand Down Expand Up @@ -124,7 +124,7 @@ If the prefix is omitted, the annotation Key is presumed to be private to the us
-->
## 语法和字符集

_注解(Annotations)_ 存储的形式是键/值对。有效的注解键分为两部分:
**注解(Annotations)** 存储的形式是键/值对。有效的注解键分为两部分:
可选的前缀和名称,以斜杠(`/`)分隔。
名称段是必需项,并且必须在 63 个字符以内,以字母数字字符(`[a-z0-9A-Z]`)开头和结尾,
并允许使用破折号(`-`),下划线(`_`),点(`.`)和字母数字。
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: 推荐使用的标签
content_type: concept
weight: 100
---
<!--
---
title: Recommended Labels
content_type: concept
weight: 100
---
-->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: 字段选择器
weight: 60
content_type: concept
weight: 70
---
<!--
title: Field Selectors
weight: 60
content_type: concept
weight: 70
-->

<!--
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Finalizers
content_type: concept
weight: 60
weight: 80
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: 对象名称和 IDs
title: 对象名称和 ID
content_type: concept
weight: 20
weight: 30
---
<!--
reviewers:
- mikedanese
- thockin
title: Object Names and IDs
content_type: concept
weight: 20
weight: 30
-->

<!-- overview -->
Expand Down Expand Up @@ -164,7 +164,7 @@ Some resource types have additional restrictions on their names.
某些资源类型可能具有额外的命名约束。
{{< /note >}}

## UIDs
## UID

{{< glossary_definition term_id="uid" length="all" >}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 名字空间
content_type: concept
weight: 30
weight: 45
---
<!--
reviewers:
Expand All @@ -10,7 +10,7 @@ reviewers:
- thockin
title: Namespaces
content_type: concept
weight: 30
weight: 45
-->

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Kubernetes 对象管理
content_type: concept
weight: 15
weight: 20
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 属主与附属
content_type: concept
weight: 60
weight: 90
---
<!--
title: Owners and Dependents
Expand Down

0 comments on commit 5857d4d

Please sign in to comment.