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",
"metadata": {
"name": "invalid-pod",

View File

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

View File

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