public static interface EnvoyFilterOuterClass.EnvoyFilter.ListenerMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch.FilterChainMatch |
getFilterChain()
Match a specific filter chain in a listener.
|
EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch.FilterChainMatchOrBuilder |
getFilterChainOrBuilder()
Match a specific filter chain in a listener.
|
String |
getName()
Match a specific listener by its name.
|
com.google.protobuf.ByteString |
getNameBytes()
Match a specific listener by its name.
|
String |
getPortName()
Instead of using specific port numbers, a set of ports matching
a given service's port name can be selected.
|
com.google.protobuf.ByteString |
getPortNameBytes()
Instead of using specific port numbers, a set of ports matching
a given service's port name can be selected.
|
int |
getPortNumber()
The service port/gateway port to which traffic is being
sent/received.
|
boolean |
hasFilterChain()
Match a specific filter chain in a listener.
|
int getPortNumber()
The service port/gateway port to which traffic is being sent/received. If not specified, matches all listeners. Even though inbound listeners are generated for the instance/pod ports, only service ports should be used to match listeners.
uint32 port_number = 1;String getPortName()
Instead of using specific port numbers, a set of ports matching a given service's port name can be selected. Matching is case insensitive. Not implemented. $hide_from_docs
string port_name = 2;com.google.protobuf.ByteString getPortNameBytes()
Instead of using specific port numbers, a set of ports matching a given service's port name can be selected. Matching is case insensitive. Not implemented. $hide_from_docs
string port_name = 2;boolean hasFilterChain()
Match a specific filter chain in a listener. If specified, the patch will be applied to the filter chain (and a specific filter if specified) and not to other filter chains in the listener.
.istio.networking.v1alpha3.EnvoyFilter.ListenerMatch.FilterChainMatch filter_chain = 3;EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch.FilterChainMatch getFilterChain()
Match a specific filter chain in a listener. If specified, the patch will be applied to the filter chain (and a specific filter if specified) and not to other filter chains in the listener.
.istio.networking.v1alpha3.EnvoyFilter.ListenerMatch.FilterChainMatch filter_chain = 3;EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch.FilterChainMatchOrBuilder getFilterChainOrBuilder()
Match a specific filter chain in a listener. If specified, the patch will be applied to the filter chain (and a specific filter if specified) and not to other filter chains in the listener.
.istio.networking.v1alpha3.EnvoyFilter.ListenerMatch.FilterChainMatch filter_chain = 3;String getName()
Match a specific listener by its name. The listeners generated by Pilot are typically named as IP:Port.
string name = 4;com.google.protobuf.ByteString getNameBytes()
Match a specific listener by its name. The listeners generated by Pilot are typically named as IP:Port.
string name = 4;Copyright © 2018–2023 Alibaba Group. All rights reserved.