Skip to content

Commit 1b10575

Browse files
authored
Merge pull request #45763 from mpboom/patch-1
Fix small typo in Namespaces documentation
2 parents 7b6def7 + 5c58b7a commit 1b10575

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weight: 45
1313

1414
<!-- overview -->
1515

16-
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)_.
16+
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.)_.
1717

1818
<!-- body -->
1919

0 commit comments

Comments
 (0)