-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,3 @@ venv/ | |
venv-*/ | ||
out/ | ||
protos/**/*_pb2* | ||
|
||
### Intermitten build result | ||
fallback-control-plane |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# A simple xDS control panel implementation for tests | ||
|
||
## Overview | ||
|
||
An xDS control panel implementation that provides special gRPC API for tests | ||
that require a fine-grained control over the control plane behavior. | ||
|
||
## Building | ||
|
||
Docker requires that all the files are under the build root and this project | ||
depends on `protos/grpc/testing/xdsconfig`, the build needs to be ran from | ||
the root of `grpc/psm-interop` checkout. | ||
|
||
``` | ||
docker build . -f docker/go-control-plane/Dockerfile | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters