public static final class VirtualServiceOuterClass.TLSRoute.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder> implements VirtualServiceOuterClass.TLSRouteOrBuilder
Describes match conditions and actions for routing unterminated TLS
traffic (TLS/HTTPS) The following routing rule forwards unterminated TLS
traffic arriving at port 443 of gateway called "mygateway" to internal
services in the mesh based on the SNI value.
{{<tabset category-name="example">}}
{{<tab name="v1alpha3" category-value="v1alpha3">}}
```yaml
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: bookinfo-sni
spec:
hosts:
- "*.bookinfo.com"
gateways:
- mygateway
tls:
- match:
- port: 443
sniHosts:
- login.bookinfo.com
route:
- destination:
host: login.prod.svc.cluster.local
- match:
- port: 443
sniHosts:
- reviews.bookinfo.com
route:
- destination:
host: reviews.prod.svc.cluster.local
```
{{</tab>}}
{{<tab name="v1beta1" category-value="v1beta1">}}
```yaml
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: bookinfo-sni
spec:
hosts:
- "*.bookinfo.com"
gateways:
- mygateway
tls:
- match:
- port: 443
sniHosts:
- login.bookinfo.com
route:
- destination:
host: login.prod.svc.cluster.local
- match:
- port: 443
sniHosts:
- reviews.bookinfo.com
route:
- destination:
host: reviews.prod.svc.cluster.local
```
{{</tab>}}
{{</tabset>}}
Protobuf type istio.networking.v1alpha3.TLSRoute| 限定符和类型 | 方法和说明 |
|---|---|
VirtualServiceOuterClass.TLSRoute.Builder |
addAllMatch(Iterable<? extends VirtualServiceOuterClass.TLSMatchAttributes> values)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSRoute.Builder |
addAllRoute(Iterable<? extends VirtualServiceOuterClass.RouteDestination> values)
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.TLSRoute.Builder |
addMatch(int index,
VirtualServiceOuterClass.TLSMatchAttributes.Builder builderForValue)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSRoute.Builder |
addMatch(int index,
VirtualServiceOuterClass.TLSMatchAttributes value)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSRoute.Builder |
addMatch(VirtualServiceOuterClass.TLSMatchAttributes.Builder builderForValue)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSRoute.Builder |
addMatch(VirtualServiceOuterClass.TLSMatchAttributes value)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSMatchAttributes.Builder |
addMatchBuilder()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSMatchAttributes.Builder |
addMatchBuilder(int index)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSRoute.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VirtualServiceOuterClass.TLSRoute.Builder |
addRoute(int index,
VirtualServiceOuterClass.RouteDestination.Builder builderForValue)
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.TLSRoute.Builder |
addRoute(int index,
VirtualServiceOuterClass.RouteDestination value)
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.TLSRoute.Builder |
addRoute(VirtualServiceOuterClass.RouteDestination.Builder builderForValue)
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.TLSRoute.Builder |
addRoute(VirtualServiceOuterClass.RouteDestination value)
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.RouteDestination.Builder |
addRouteBuilder()
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.RouteDestination.Builder |
addRouteBuilder(int index)
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.TLSRoute |
build() |
VirtualServiceOuterClass.TLSRoute |
buildPartial() |
VirtualServiceOuterClass.TLSRoute.Builder |
clear() |
VirtualServiceOuterClass.TLSRoute.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VirtualServiceOuterClass.TLSRoute.Builder |
clearMatch()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSRoute.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VirtualServiceOuterClass.TLSRoute.Builder |
clearRoute()
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.TLSRoute.Builder |
clone() |
VirtualServiceOuterClass.TLSRoute |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
VirtualServiceOuterClass.TLSMatchAttributes |
getMatch(int index)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSMatchAttributes.Builder |
getMatchBuilder(int index)
Match conditions to be satisfied for the rule to be
activated.
|
List<VirtualServiceOuterClass.TLSMatchAttributes.Builder> |
getMatchBuilderList()
Match conditions to be satisfied for the rule to be
activated.
|
int |
getMatchCount()
Match conditions to be satisfied for the rule to be
activated.
|
List<VirtualServiceOuterClass.TLSMatchAttributes> |
getMatchList()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSMatchAttributesOrBuilder |
getMatchOrBuilder(int index)
Match conditions to be satisfied for the rule to be
activated.
|
List<? extends VirtualServiceOuterClass.TLSMatchAttributesOrBuilder> |
getMatchOrBuilderList()
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.RouteDestination |
getRoute(int index)
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.RouteDestination.Builder |
getRouteBuilder(int index)
The destination to which the connection should be forwarded to.
|
List<VirtualServiceOuterClass.RouteDestination.Builder> |
getRouteBuilderList()
The destination to which the connection should be forwarded to.
|
int |
getRouteCount()
The destination to which the connection should be forwarded to.
|
List<VirtualServiceOuterClass.RouteDestination> |
getRouteList()
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.RouteDestinationOrBuilder |
getRouteOrBuilder(int index)
The destination to which the connection should be forwarded to.
|
List<? extends VirtualServiceOuterClass.RouteDestinationOrBuilder> |
getRouteOrBuilderList()
The destination to which the connection should be forwarded to.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VirtualServiceOuterClass.TLSRoute.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VirtualServiceOuterClass.TLSRoute.Builder |
mergeFrom(com.google.protobuf.Message other) |
VirtualServiceOuterClass.TLSRoute.Builder |
mergeFrom(VirtualServiceOuterClass.TLSRoute other) |
VirtualServiceOuterClass.TLSRoute.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VirtualServiceOuterClass.TLSRoute.Builder |
removeMatch(int index)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSRoute.Builder |
removeRoute(int index)
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.TLSRoute.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VirtualServiceOuterClass.TLSRoute.Builder |
setMatch(int index,
VirtualServiceOuterClass.TLSMatchAttributes.Builder builderForValue)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSRoute.Builder |
setMatch(int index,
VirtualServiceOuterClass.TLSMatchAttributes value)
Match conditions to be satisfied for the rule to be
activated.
|
VirtualServiceOuterClass.TLSRoute.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VirtualServiceOuterClass.TLSRoute.Builder |
setRoute(int index,
VirtualServiceOuterClass.RouteDestination.Builder builderForValue)
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.TLSRoute.Builder |
setRoute(int index,
VirtualServiceOuterClass.RouteDestination value)
The destination to which the connection should be forwarded to.
|
VirtualServiceOuterClass.TLSRoute.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public VirtualServiceOuterClass.TLSRoute.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public VirtualServiceOuterClass.TLSRoute getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic VirtualServiceOuterClass.TLSRoute build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic VirtualServiceOuterClass.TLSRoute buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic VirtualServiceOuterClass.TLSRoute.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public VirtualServiceOuterClass.TLSRoute.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public VirtualServiceOuterClass.TLSRoute.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public VirtualServiceOuterClass.TLSRoute.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public VirtualServiceOuterClass.TLSRoute.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public VirtualServiceOuterClass.TLSRoute.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public VirtualServiceOuterClass.TLSRoute.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public VirtualServiceOuterClass.TLSRoute.Builder mergeFrom(VirtualServiceOuterClass.TLSRoute other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public VirtualServiceOuterClass.TLSRoute.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<VirtualServiceOuterClass.TLSRoute.Builder>IOExceptionpublic List<VirtualServiceOuterClass.TLSMatchAttributes> getMatchList()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public int getMatchCount()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSMatchAttributes getMatch(int index)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSRoute.Builder setMatch(int index, VirtualServiceOuterClass.TLSMatchAttributes value)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSRoute.Builder setMatch(int index, VirtualServiceOuterClass.TLSMatchAttributes.Builder builderForValue)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSRoute.Builder addMatch(VirtualServiceOuterClass.TLSMatchAttributes value)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSRoute.Builder addMatch(int index, VirtualServiceOuterClass.TLSMatchAttributes value)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSRoute.Builder addMatch(VirtualServiceOuterClass.TLSMatchAttributes.Builder builderForValue)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSRoute.Builder addMatch(int index, VirtualServiceOuterClass.TLSMatchAttributes.Builder builderForValue)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSRoute.Builder addAllMatch(Iterable<? extends VirtualServiceOuterClass.TLSMatchAttributes> values)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSRoute.Builder clearMatch()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSRoute.Builder removeMatch(int index)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSMatchAttributes.Builder getMatchBuilder(int index)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSMatchAttributesOrBuilder getMatchOrBuilder(int index)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public List<? extends VirtualServiceOuterClass.TLSMatchAttributesOrBuilder> getMatchOrBuilderList()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSMatchAttributes.Builder addMatchBuilder()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public VirtualServiceOuterClass.TLSMatchAttributes.Builder addMatchBuilder(int index)
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public List<VirtualServiceOuterClass.TLSMatchAttributes.Builder> getMatchBuilderList()
Match conditions to be satisfied for the rule to be activated. All conditions inside a single match block have AND semantics, while the list of match blocks have OR semantics. The rule is matched if any one of the match blocks succeed.
repeated .istio.networking.v1alpha3.TLSMatchAttributes match = 1 [(.google.api.field_behavior) = REQUIRED];public List<VirtualServiceOuterClass.RouteDestination> getRouteList()
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public int getRouteCount()
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.RouteDestination getRoute(int index)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.TLSRoute.Builder setRoute(int index, VirtualServiceOuterClass.RouteDestination value)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.TLSRoute.Builder setRoute(int index, VirtualServiceOuterClass.RouteDestination.Builder builderForValue)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.TLSRoute.Builder addRoute(VirtualServiceOuterClass.RouteDestination value)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.TLSRoute.Builder addRoute(int index, VirtualServiceOuterClass.RouteDestination value)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.TLSRoute.Builder addRoute(VirtualServiceOuterClass.RouteDestination.Builder builderForValue)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.TLSRoute.Builder addRoute(int index, VirtualServiceOuterClass.RouteDestination.Builder builderForValue)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.TLSRoute.Builder addAllRoute(Iterable<? extends VirtualServiceOuterClass.RouteDestination> values)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.TLSRoute.Builder clearRoute()
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.TLSRoute.Builder removeRoute(int index)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.RouteDestination.Builder getRouteBuilder(int index)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.RouteDestinationOrBuilder getRouteOrBuilder(int index)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public List<? extends VirtualServiceOuterClass.RouteDestinationOrBuilder> getRouteOrBuilderList()
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.RouteDestination.Builder addRouteBuilder()
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public VirtualServiceOuterClass.RouteDestination.Builder addRouteBuilder(int index)
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public List<VirtualServiceOuterClass.RouteDestination.Builder> getRouteBuilderList()
The destination to which the connection should be forwarded to.
repeated .istio.networking.v1alpha3.RouteDestination route = 2;public final VirtualServiceOuterClass.TLSRoute.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>public final VirtualServiceOuterClass.TLSRoute.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<VirtualServiceOuterClass.TLSRoute.Builder>Copyright © 2018–2023 Alibaba Group. All rights reserved.