Change spark example to use v1

This commit is contained in:
Kris Rousey
2015-06-10 13:57:17 -07:00
parent a1840218c4
commit 381093d585
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"kind": "Service",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "spark-master",
"labels": {
@@ -18,4 +18,4 @@
"name": "spark-master"
}
}
}
}

View File

@@ -1,6 +1,6 @@
{
"kind": "Pod",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "spark-master",
"labels": {
@@ -25,4 +25,4 @@
}
]
}
}
}

View File

@@ -1,6 +1,6 @@
{
"kind": "ReplicationController",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "spark-worker-controller",
"labels": {
@@ -40,4 +40,4 @@
}
}
}
}
}