kubernetes/docs/admin/namespaces/namespace-dev.json
Eric Tune 6fa6beaccc Split namespace docs user vs admin.
Move namespace.md and examples dir from docs/user-guide
to docs/admin.

Assumption is that creating and deleting namespaces is an "admin"
task.

Add a mostly new user-guide to namespaces that gives more advice
on when to use namespaces, and how to work within them,
but not how to create/delete them.  It is more succinct than
before.
2015-07-20 15:01:44 -07:00

11 lines
146 B
JSON

{
"kind": "Namespace",
"apiVersion": "v1",
"metadata": {
"name": "development",
"labels": {
"name": "development"
}
}
}