public static interface EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatch.Action |
getAction()
Match a route with specific action type.
|
int |
getActionValue()
Match a route with specific action type.
|
String |
getName()
The Route objects generated by default are named as
default.
|
com.google.protobuf.ByteString |
getNameBytes()
The Route objects generated by default are named as
default.
|
String getName()
The Route objects generated by default are named as default. Route objects generated using a virtual service will carry the name used in the virtual service's HTTP routes.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The Route objects generated by default are named as default. Route objects generated using a virtual service will carry the name used in the virtual service's HTTP routes.
string name = 1;int getActionValue()
Match a route with specific action type.
.istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch.Action action = 2;EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatch.Action getAction()
Match a route with specific action type.
.istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch.Action action = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.