mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-04 17:24:25 -04:00
10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"kind": "Namespace",
|
|
"apiVersion":"v1beta1",
|
|
"id": "production",
|
|
"spec": {},
|
|
"status": {},
|
|
"labels": {
|
|
"name": "production"
|
|
}
|
|
}
|