Merge pull request #9528 from caesarxuchao/glusterfs-examples-v1

update examples/glusterfs to v1
pull/6/head
Abhi Shah 2015-06-11 11:50:17 -07:00
commit 60b6519b03
3 changed files with 6 additions and 9 deletions

View File

@ -19,8 +19,7 @@ Here is a snippet of [glusterfs-endpoints.json](glusterfs-endpoints.json),
],
"ports": [
{
"port": 1,
"protocol": "TCP"
"port": 1
}
]

View File

@ -1,6 +1,6 @@
{
"kind": "Endpoints",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "glusterfs-cluster"
},
@ -13,8 +13,7 @@
],
"ports": [
{
"port": 1,
"protocol": "TCP"
"port": 1
}
]
},
@ -26,8 +25,7 @@
],
"ports": [
{
"port": 1,
"protocol": "TCP"
"port": 1
}
]
}

View File

@ -1,5 +1,5 @@
{
"apiVersion": "v1beta3",
"apiVersion": "v1",
"id": "glusterfs",
"kind": "Pod",
"metadata": {
@ -29,4 +29,4 @@
}
]
}
}
}