mirror of
https://github.com/kennethreitz/bruce-operator.git
synced 2026-06-05 23:20:18 +00:00
12 lines
161 B
YAML
12 lines
161 B
YAML
|
|
{
|
|
"kind": "Namespace",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "bruce",
|
|
"labels": {
|
|
"name": "bruce"
|
|
}
|
|
}
|
|
}
|