alyssawilk
1a2b870f6d
global and cluster-local bind config ( #150 )
7 years ago
htuch
202ec460a0
address: merge Resolved/Unresolved address types. ( #146 )
...
Since we may want to use a resolver plugin in most places, it doesn't
make sense to have this strong separation between the two in the API.
Also bonus renumbering cleanup in LDS.
7 years ago
htuch
848476015f
address: remove square bracket requirements for IPv6. ( #140 )
...
We can just try parse IPv6, and failing that do IPv4.
7 years ago
htuch
4967b6aa99
address: IPv6 string encoding clarification. ( #125 )
7 years ago
htuch
8018918aa7
lds: support binding to resolved addresses. ( #38 )
...
It will be common to not want to do extra resolving on ports, so allow
config to opt for this.
8 years ago
htuch
ed5303dc27
Package namespace versioning for v2 API. ( #30 )
...
Generalizes #9 .
Fixes #7 .
8 years ago
htuch
06f6d12ca9
lds: support resolver extensibility. ( #13 )
...
This will be useful for Google and other site specific extension of the
resolving of both names and ports. For listeners, ports and bound
addresses can be expressed in a site-specific format. For upstreams,
host names can be resolved using the plugin.
8 years ago
htuch
e498071da6
lds: empty address implies bind 0.0.0.0/::. ( #17 )
...
As discussed offline and in https://github.com/lyft/envoy-api/issues/14 .
8 years ago
htuch
94e4ef1f80
Fix address.proto proto compile issue. ( #19 )
8 years ago
Piotr Sikora
b8cdf40652
Address: add SocketAddress.service for DNS SRV resolution. ( #15 )
...
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
8 years ago
Piotr Sikora
fa7cbda9c9
Address: add SocketAddress.protocol. ( #16 )
...
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
8 years ago
htuch
f2250e84d1
Draft CDS API. ( #8 )
...
The idea here is to get into the repository something with reasonable
fidelity to the early drafts that have been floated.
8 years ago