public static interface EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.VirtualHostMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName()
The VirtualHosts objects generated by Istio are named as
host:port, where the host typically corresponds to the
VirtualService's host field or the hostname of a service in the
registry.
|
com.google.protobuf.ByteString |
getNameBytes()
The VirtualHosts objects generated by Istio are named as
host:port, where the host typically corresponds to the
VirtualService's host field or the hostname of a service in the
registry.
|
EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatch |
getRoute()
Match a specific route within the virtual host.
|
EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatchOrBuilder |
getRouteOrBuilder()
Match a specific route within the virtual host.
|
boolean |
hasRoute()
Match a specific route within the virtual host.
|
String getName()
The VirtualHosts objects generated by Istio are named as host:port, where the host typically corresponds to the VirtualService's host field or the hostname of a service in the registry.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The VirtualHosts objects generated by Istio are named as host:port, where the host typically corresponds to the VirtualService's host field or the hostname of a service in the registry.
string name = 1;boolean hasRoute()
Match a specific route within the virtual host.
.istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch route = 2;EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatch getRoute()
Match a specific route within the virtual host.
.istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch route = 2;EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatchOrBuilder getRouteOrBuilder()
Match a specific route within the virtual host.
.istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch route = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.