mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-16 23:58:44 -04:00
11 lines
155 B
JSON
11 lines
155 B
JSON
|
|
{
|
||
|
|
"kind": "Namespace",
|
||
|
|
"apiVersion":"v1beta1",
|
||
|
|
"id": "development",
|
||
|
|
"spec": {},
|
||
|
|
"status": {},
|
||
|
|
"labels": {
|
||
|
|
"name": "development"
|
||
|
|
},
|
||
|
|
}
|