Skip to content

Commit 9d810c7

Browse files
committed
added VHDS support. Now you can create a lot of Virtual hosts and attach routes to them
1 parent fdc7425 commit 9d810c7

File tree

1 file changed

+1
-0
lines changed
  • server/src/test/java/io/envoyproxy/controlplane/server

1 file changed

+1
-0
lines changed

server/src/test/java/io/envoyproxy/controlplane/server/TestMain.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public static void main(String[] arg) throws IOException, InterruptedException {
3636
ImmutableList.of(),
3737
"1"));
3838

39+
3940
V3DiscoveryServer v3DiscoveryServer = new V3DiscoveryServer(cache);
4041

4142
ServerBuilder builder =

0 commit comments

Comments
 (0)