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