Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.NodeMatcherOrBuilder
-
Packages that use NodeMatcherOrBuilder Package Description io.envoyproxy.envoy.service.status.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of NodeMatcherOrBuilder in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 with type parameters of type NodeMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<NodeMatcher,NodeMatcher.Builder,NodeMatcherOrBuilder>ClientStatusRequest.Builder. nodeMatchersBuilder_Methods in io.envoyproxy.envoy.service.status.v3 that return NodeMatcherOrBuilder Modifier and Type Method Description NodeMatcherOrBuilderClientStatusRequest.Builder. getNodeMatchersOrBuilder(int index)Management server can use these match criteria to identify clients.NodeMatcherOrBuilderClientStatusRequest. getNodeMatchersOrBuilder(int index)Management server can use these match criteria to identify clients.NodeMatcherOrBuilderClientStatusRequestOrBuilder. getNodeMatchersOrBuilder(int index)Management server can use these match criteria to identify clients.Methods in io.envoyproxy.envoy.service.status.v3 that return types with arguments of type NodeMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<NodeMatcher,NodeMatcher.Builder,NodeMatcherOrBuilder>ClientStatusRequest.Builder. getNodeMatchersFieldBuilder()java.util.List<? extends NodeMatcherOrBuilder>ClientStatusRequest.Builder. getNodeMatchersOrBuilderList()Management server can use these match criteria to identify clients.java.util.List<? extends NodeMatcherOrBuilder>ClientStatusRequest. getNodeMatchersOrBuilderList()Management server can use these match criteria to identify clients.java.util.List<? extends NodeMatcherOrBuilder>ClientStatusRequestOrBuilder. getNodeMatchersOrBuilderList()Management server can use these match criteria to identify clients. -
Uses of NodeMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement NodeMatcherOrBuilder Modifier and Type Class Description classNodeMatcherSpecifies the way to match a Node.static classNodeMatcher.BuilderSpecifies the way to match a Node.
-