接口 EnvoyFilterOuterClass.EnvoyFilter.ListenerMatchOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch,EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch.Builder
public static interface EnvoyFilterOuterClass.EnvoyFilter.ListenerMatchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch.FilterChainMatchgetFilterChain()Match a specific filter chain in a listener.EnvoyFilterOuterClass.EnvoyFilter.ListenerMatch.FilterChainMatchOrBuildergetFilterChainOrBuilder()Match a specific filter chain in a listener.java.lang.StringgetName()Match a specific listener by its name.com.google.protobuf.ByteStringgetNameBytes()Match a specific listener by its name.java.lang.StringgetPortName()Instead of using specific port numbers, a set of ports matching a given service's port name can be selected.com.google.protobuf.ByteStringgetPortNameBytes()Instead of using specific port numbers, a set of ports matching a given service's port name can be selected.intgetPortNumber()The service port/gateway port to which traffic is being sent/received.booleanhasFilterChain()Match a specific filter chain in a listener.
-
-
-
方法详细资料
-
getPortNumber
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;- 返回:
- The portNumber.
-
getPortName
java.lang.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;- 返回:
- The portName.
-
getPortNameBytes
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;- 返回:
- The bytes for portName.
-
hasFilterChain
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;- 返回:
- Whether the filterChain field is set.
-
getFilterChain
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;- 返回:
- The filterChain.
-
getFilterChainOrBuilder
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;
-
getName
java.lang.String getName()
Match a specific listener by its name. The listeners generated by Pilot are typically named as IP:Port.
string name = 4;- 返回:
- The name.
-
getNameBytes
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;- 返回:
- The bytes for name.
-
-