File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
xds/src/main/java/io/grpc/xds Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package io .grpc .xds ;
18
18
19
+ import com .github .xds .type .matcher .v3 .CelMatcher ;
20
+ import com .github .xds .type .matcher .v3 .HttpAttributesCelMatchInput ;
19
21
import com .google .protobuf .Descriptors .Descriptor ;
20
22
import com .google .protobuf .InvalidProtocolBufferException ;
21
23
import com .google .protobuf .Message ;
@@ -63,6 +65,8 @@ private static JsonFormat.Printer newPrinter() {
63
65
// RLQS
64
66
.add (RateLimitQuotaFilterConfig .getDescriptor ())
65
67
.add (RateLimitQuotaOverride .getDescriptor ())
68
+ .add (HttpAttributesCelMatchInput .getDescriptor ())
69
+ .add (CelMatcher .getDescriptor ())
66
70
// UpstreamTlsContext and DownstreamTlsContext in v3 are not transitively imported
67
71
// by top-level resource types.
68
72
.add (UpstreamTlsContext .getDescriptor ())
You can’t perform that action at this time.
0 commit comments