mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-01 21:20:41 -05:00
10 lines
164 B
JSON
10 lines
164 B
JSON
{
|
|
"kind": "Namespace",
|
|
"apiVersion":"v1",
|
|
"metadata": {
|
|
"name": "myns",
|
|
"labels": {
|
|
"name": "development"
|
|
}
|
|
}
|
|
}
|