Skip to content

Commit 3c9ba72

Browse files
committed
[zh] Fix small typo in Namespaces documentation
1 parent 8a8b914 commit 3c9ba72

File tree

1 file changed

+7
-1
lines changed
  • content/zh-cn/docs/concepts/overview/working-with-objects

1 file changed

+7
-1
lines changed

content/zh-cn/docs/concepts/overview/working-with-objects/namespaces.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: 名字空间
3+
api_metadata:
4+
- apiVersion: "v1"
5+
kind: "Namespace"
36
content_type: concept
47
weight: 45
58
---
@@ -9,14 +12,17 @@ reviewers:
912
- mikedanese
1013
- thockin
1114
title: Namespaces
15+
api_metadata:
16+
- apiVersion: "v1"
17+
kind: "Namespace"
1218
content_type: concept
1319
weight: 45
1420
-->
1521

1622
1723

1824
2127
在 Kubernetes 中,**名字空间(Namespace)** 提供一种机制,将同一集群中的资源划分为相互隔离的组。
2228
同一名字空间内的资源名称要唯一,但跨名字空间时没有这个要求。

0 commit comments

Comments
 (0)