Convert limitrange example to v1beta3

This commit is contained in:
Dawn Chen
2015-03-04 13:10:59 -08:00
parent 34a39d9583
commit a934efe3e5
5 changed files with 79 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
{
"kind": "Namespace",
"apiVersion":"v1beta3",
"name": "development",
"kind": "Namespace",
"metadata": {
"name": "development",
},
"spec": {},
"labels": {
"name": "development"

View File

@@ -1,7 +1,9 @@
{
"kind": "Namespace",
"apiVersion":"v1beta3",
"name": "production",
"kind": "Namespace",
"metadata": {
"name": "production",
},
"spec": {},
"labels": {
"name": "production"