mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +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",
|
"kind": "Namespace",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "development",
|
"name": "development",
|
||||||
"deletionTimestamp": "..."
|
"deletionTimestamp": "...",
|
||||||
"labels": {
|
"labels": {
|
||||||
"name": "development"
|
"name": "development"
|
||||||
}
|
}
|
||||||
@ -319,7 +319,7 @@ removing *kubernetes* from the list of finalizers:
|
|||||||
"kind": "Namespace",
|
"kind": "Namespace",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "development",
|
"name": "development",
|
||||||
"deletionTimestamp": "..."
|
"deletionTimestamp": "...",
|
||||||
"labels": {
|
"labels": {
|
||||||
"name": "development"
|
"name": "development"
|
||||||
}
|
}
|
||||||
@ -347,7 +347,7 @@ This results in the following state:
|
|||||||
"kind": "Namespace",
|
"kind": "Namespace",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "development",
|
"name": "development",
|
||||||
"deletionTimestamp": "..."
|
"deletionTimestamp": "...",
|
||||||
"labels": {
|
"labels": {
|
||||||
"name": "development"
|
"name": "development"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user