summaryrefslogtreecommitdiff
path: root/namespaces.md
diff options
context:
space:
mode:
Diffstat (limited to 'namespaces.md')
-rw-r--r--namespaces.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/namespaces.md b/namespaces.md
index 45e07f72..73ebc7b1 100644
--- a/namespaces.md
+++ b/namespaces.md
@@ -294,7 +294,7 @@ User deletes the Namespace in Kubernetes, and Namespace now has following state:
"kind": "Namespace",
"metadata": {
"name": "development",
- "deletionTimestamp": "..."
+ "deletionTimestamp": "...",
"labels": {
"name": "development"
}
@@ -319,7 +319,7 @@ removing *kubernetes* from the list of finalizers:
"kind": "Namespace",
"metadata": {
"name": "development",
- "deletionTimestamp": "..."
+ "deletionTimestamp": "...",
"labels": {
"name": "development"
}
@@ -347,7 +347,7 @@ This results in the following state:
"kind": "Namespace",
"metadata": {
"name": "development",
- "deletionTimestamp": "..."
+ "deletionTimestamp": "...",
"labels": {
"name": "development"
}