We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ea8a1 commit d287886Copy full SHA for d287886
content/en/docs/concepts/overview/working-with-objects/namespaces.md
@@ -150,7 +150,8 @@ kubectl api-resources --namespaced=false
150
{{< feature-state for_k8s_version="1.22" state="stable" for_k8s_version="1.23" state="removed" >}}
151
152
The Kubernetes control plane sets an immutable {{< glossary_tooltip text="label" term_id="label" >}}
153
-`kubernetes.io/metadata.name` on all namespaces, containing the namespace name.
+`kubernetes.io/metadata.name` on all namespaces.
154
+The value of the label is the namespace name.
155
156
157
## {{% heading "whatsnext" %}}
0 commit comments