File tree Expand file tree Collapse file tree
xds/src/main/java/io/grpc/xds Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333import io .envoyproxy .envoy .extensions .filters .http .rbac .v3 .RBACPerRoute ;
3434import io .envoyproxy .envoy .extensions .filters .http .router .v3 .Router ;
3535import io .envoyproxy .envoy .extensions .filters .network .http_connection_manager .v3 .HttpConnectionManager ;
36+ import io .envoyproxy .envoy .extensions .load_balancing_policies .round_robin .v3 .RoundRobin ;
3637import io .envoyproxy .envoy .extensions .load_balancing_policies .wrr_locality .v3 .WrrLocality ;
3738import io .envoyproxy .envoy .extensions .transport_sockets .tls .v3 .DownstreamTlsContext ;
3839import io .envoyproxy .envoy .extensions .transport_sockets .tls .v3 .UpstreamTlsContext ;
@@ -69,7 +70,8 @@ private static JsonFormat.Printer newPrinter() {
6970 .add (ClusterConfig .getDescriptor ())
7071 .add (ClusterLoadAssignment .getDescriptor ())
7172 .add (WrrLocality .getDescriptor ())
72- .add (TypedStruct .getDescriptor ());
73+ .add (TypedStruct .getDescriptor ())
74+ .add (RoundRobin .getDescriptor ());
7375 try {
7476 @ SuppressWarnings ("unchecked" )
7577 Class <? extends Message > routeLookupClusterSpecifierClass =
You can’t perform that action at this time.
0 commit comments