mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
add missing comma in JSON
This commit is contained in:
parent
6a6fcc8c2b
commit
3a0c97d180
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user