mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-14 06:32:43 -04:00
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"kind": "Namespace",
|
|
"apiVersion":"v1beta1",
|
|
"id": "production",
|
|
"spec": {},
|
|
"status": {},
|
|
"labels": {
|
|
"name": "production"
|
|
},
|
|
}
|