update examples/limitrange to v1

pull/6/head
Chao Xu 2015-06-10 12:44:22 -07:00
parent d2b17a5c49
commit 06035908ef
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ {
"apiVersion":"v1beta3", "apiVersion":"v1",
"kind": "Pod", "kind": "Pod",
"metadata": { "metadata": {
"name": "invalid-pod", "name": "invalid-pod",

View File

@ -1,5 +1,5 @@
{ {
"apiVersion": "v1beta3", "apiVersion": "v1",
"kind": "LimitRange", "kind": "LimitRange",
"metadata": { "metadata": {
"name": "limits" "name": "limits"

View File

@ -1,5 +1,5 @@
{ {
"apiVersion":"v1beta3", "apiVersion":"v1",
"kind": "Pod", "kind": "Pod",
"metadata": { "metadata": {
"name": "valid-pod", "name": "valid-pod",