Files
kubernetes/examples/glusterfs/glusterfs-endpoints.json
Chao Xu b5439d4486 Update examples/glusterfs to v1beta3;
Add desciption of Glusterfs endpoints in README.md;
Add validation for endpoints in examples_test.go
2015-05-15 11:13:32 -07:00

36 lines
504 B
JSON

{
"kind": "Endpoints",
"apiVersion": "v1beta3",
"metadata": {
"name": "glusterfs-cluster"
},
"subsets": [
{
"addresses": [
{
"IP": "10.240.106.152"
}
],
"ports": [
{
"port": 1,
"protocol": "TCP"
}
]
},
{
"addresses": [
{
"IP": "10.240.79.157"
}
],
"ports": [
{
"port": 1,
"protocol": "TCP"
}
]
}
]
}