Skip to content

Commit

Permalink
update examples/glusterfs to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Xu committed Jun 9, 2015
1 parent 3e7bcd1 commit ce1484d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 1 addition & 2 deletions examples/glusterfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Here is a snippet of [glusterfs-endpoints.json](glusterfs-endpoints.json),
],
"ports": [
{
"port": 1,
"protocol": "TCP"
"port": 1
}
]
Expand Down
8 changes: 3 additions & 5 deletions examples/glusterfs/glusterfs-endpoints.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"kind": "Endpoints",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "glusterfs-cluster"
},
Expand All @@ -13,8 +13,7 @@
],
"ports": [
{
"port": 1,
"protocol": "TCP"
"port": 1
}
]
},
Expand All @@ -26,8 +25,7 @@
],
"ports": [
{
"port": 1,
"protocol": "TCP"
"port": 1
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions examples/glusterfs/glusterfs-pod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": "v1beta3",
"apiVersion": "v1",
"id": "glusterfs",
"kind": "Pod",
"metadata": {
Expand Down Expand Up @@ -29,4 +29,4 @@
}
]
}
}
}

0 comments on commit ce1484d

Please sign in to comment.