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 NodeMatcherOrBuilder
ClientStatusRequest.Builder. getNodeMatchersOrBuilder(int index)
Management server can use these match criteria to identify clients.NodeMatcherOrBuilder
ClientStatusRequest. getNodeMatchersOrBuilder(int index)
Management server can use these match criteria to identify clients.NodeMatcherOrBuilder
ClientStatusRequestOrBuilder. 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 class
NodeMatcher
Specifies the way to match a Node.static class
NodeMatcher.Builder
Specifies the way to match a Node.
-