From 77ef1108ced94037f20b47f5544fdfeba88d5497 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Fri, 4 Mar 2016 14:51:06 +0300 Subject: add missing comma in JSON --- namespaces.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'namespaces.md') 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" } -- cgit v1.2.3