@@ -53,29 +53,19 @@ private static JsonFormat.Printer newPrinter() {
|
53 | 53 | TypeRegistry.Builder registry = |
54 | 54 | TypeRegistry.newBuilder() |
55 | 55 | .add(Listener.getDescriptor()) |
56 | | - .add(io.envoyproxy.envoy.api.v2.Listener.getDescriptor()) |
57 | 56 | .add(HttpConnectionManager.getDescriptor()) |
58 | | - .add(io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2 |
59 | | - .HttpConnectionManager.getDescriptor()) |
60 | 57 | .add(HTTPFault.getDescriptor()) |
61 | | - .add(io.envoyproxy.envoy.config.filter.http.fault.v2.HTTPFault.getDescriptor()) |
62 | 58 | .add(RBAC.getDescriptor()) |
63 | 59 | .add(RBACPerRoute.getDescriptor()) |
64 | 60 | .add(Router.getDescriptor()) |
65 | | - .add(io.envoyproxy.envoy.config.filter.http.router.v2.Router.getDescriptor()) |
66 | 61 | // UpstreamTlsContext and DownstreamTlsContext in v3 are not transitively imported |
67 | 62 | // by top-level resource types. |
68 | 63 | .add(UpstreamTlsContext.getDescriptor()) |
69 | 64 | .add(DownstreamTlsContext.getDescriptor()) |
70 | 65 | .add(RouteConfiguration.getDescriptor()) |
71 | | - .add(io.envoyproxy.envoy.api.v2.RouteConfiguration.getDescriptor()) |
72 | 66 | .add(Cluster.getDescriptor()) |
73 | | - .add(io.envoyproxy.envoy.api.v2.Cluster.getDescriptor()) |
74 | 67 | .add(ClusterConfig.getDescriptor()) |
75 | | - .add(io.envoyproxy.envoy.config.cluster.aggregate.v2alpha.ClusterConfig |
76 | | - .getDescriptor()) |
77 | | - .add(ClusterLoadAssignment.getDescriptor()) |
78 | | - .add(io.envoyproxy.envoy.api.v2.ClusterLoadAssignment.getDescriptor()); |
| 68 | + .add(ClusterLoadAssignment.getDescriptor()); |
79 | 69 | try { |
80 | 70 | @SuppressWarnings("unchecked") |
81 | 71 | Class<? extends Message> routeLookupClusterSpecifierClass = |
|