Skip to content

Commit 2a9c9b3

Browse files
authored
Merge pull request #45810 from Arhell/zh-typo
[zh] Fix small typo in Namespaces documentation
2 parents 5cd74ca + 3c9ba72 commit 2a9c9b3

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
<!-- overview -->
1723

1824
<!--
19-
In Kubernetes, _namespaces_ provides a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced {{< glossary_tooltip text="objects" term_id="object" >}} _(e.g. Deployments, Services, etc)_ and not for cluster-wide objects _(e.g. StorageClass, Nodes, PersistentVolumes, etc)_.
25+
In Kubernetes, _namespaces_ provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced {{< glossary_tooltip text="objects" term_id="object" >}} _(e.g. Deployments, Services, etc)_ and not for cluster-wide objects _(e.g. StorageClass, Nodes, PersistentVolumes, etc.)_.
2026
-->
2127
在 Kubernetes 中,**名字空间(Namespace)** 提供一种机制,将同一集群中的资源划分为相互隔离的组。
2228
同一名字空间内的资源名称要唯一,但跨名字空间时没有这个要求。

0 commit comments

Comments
 (0)