Add more to the README

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-01-11 08:48:30 +01:00
parent 3de4ab3c0b
commit 3e095ad847
3 changed files with 47 additions and 8 deletions

11
plugin/traffic/HACKING.md Normal file
View File

@@ -0,0 +1,11 @@
Hacking on *traffic*
Repos used:
<https://github.com/envoyproxy/go-control-plane>
: implements control plane, has testing stuff in pkg/test/main (iirc).
<https://github.com/grpc/grpc-go/tree/master/xds/internal/client>
: implements client for xDS - can probably list all code out from there.
To see if things are working start the testing control plane from go-control-plane: