mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 23:19:26 +00:00
11 lines
144 B
JSON
11 lines
144 B
JSON
{
|
|
"kind": "Namespace",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "production",
|
|
"labels": {
|
|
"name": "production"
|
|
}
|
|
}
|
|
}
|