htuch
24837b1762
cds: some fixes to match the v2 protos with v1 schema and code. ( #109 )
...
These arose while implementing v1 JSON -> v2 proto translation.
7 years ago
htuch
461d2f8f4b
api: trivial cleanups. ( #42 )
...
* Remove unused imports.
* Some _ms/Duration stragglers.
8 years ago
htuch
043a5eedf1
Replace custom Duration with google.protobuf.Duration well known type. ( #35 )
...
This provides some free conversion routines in the various language
proto bindings, e.g. conversion from Python datetime.timedelta.
8 years ago
htuch
a8b5fe0007
Replace google.protobuf.{String,Byte}Value with string. ( #31 )
...
As previously pointed out in #9 , the empty string is not generally a useful
value in the xDS APIs, so can be be considered equivalent to an unset
field. This is now documented in principles in #28 as well.
Also replace google.protobuf.BytesValue with bytes.
8 years ago
htuch
ed5303dc27
Package namespace versioning for v2 API. ( #30 )
...
Generalizes #9 .
Fixes #7 .
8 years ago
htuch
1f6bfe61f1
Draft EDS API. ( #11 )
...
The idea here is to get into the repository something with reasonable
fidelity to the early drafts that have been floated
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