expose.gobetween¶
Simplest configuration:
[expose#0]
type = gobetween
port = foo
svcmgr -s <svcname> set --kw expose#0.type=gobetween --kw expose#0.port=foo
gateway¶
| scopable | True |
| required | False |
| provisioning | False |
| default | None |
| inheritance | leaf > head |
| scope order | specific > generic |
The name of the ingress gateway that should handle this expose.
port¶
| scopable | True |
| required | True |
| provisioning | False |
| default | None |
| inheritance | leaf > head |
| scope order | specific > generic |
| convert | integer |
The port number of the endpoint.
protocol¶
| scopable | True |
| required | False |
| provisioning | False |
| default | tcp |
| inheritance | leaf > head |
| scope order | specific > generic |
| candidates | tcp | udp |
The protocol of the endpoint.