File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
xds/src/main/java/io/grpc/xds Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3737import io .envoyproxy .envoy .extensions .load_balancing_policies .wrr_locality .v3 .WrrLocality ;
3838import io .envoyproxy .envoy .extensions .transport_sockets .tls .v3 .DownstreamTlsContext ;
3939import io .envoyproxy .envoy .extensions .transport_sockets .tls .v3 .UpstreamTlsContext ;
40+ import io .envoyproxy .envoy .service .discovery .v3 .Resource ;
4041import io .grpc .xds .client .MessagePrettyPrinter ;
4142
4243/**
@@ -55,6 +56,7 @@ private static class LazyHolder {
5556 private static JsonFormat .Printer newPrinter () {
5657 TypeRegistry .Builder registry =
5758 TypeRegistry .newBuilder ()
59+ .add (Resource .getDescriptor ())
5860 .add (Listener .getDescriptor ())
5961 .add (HttpConnectionManager .getDescriptor ())
6062 .add (HTTPFault .getDescriptor ())
You can’t perform that action at this time.
0 commit comments