mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Add desciption of Glusterfs endpoints in README.md; Add validation for endpoints in examples_test.go
36 lines
504 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|