public static interface DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
DestinationRuleOuterClass.ConnectionPoolSettings |
getConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 3; |
DestinationRuleOuterClass.ConnectionPoolSettingsOrBuilder |
getConnectionPoolOrBuilder()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 3; |
DestinationRuleOuterClass.LoadBalancerSettings |
getLoadBalancer()
Settings controlling the load balancer algorithms.
|
DestinationRuleOuterClass.LoadBalancerSettingsOrBuilder |
getLoadBalancerOrBuilder()
Settings controlling the load balancer algorithms.
|
DestinationRuleOuterClass.OutlierDetection |
getOutlierDetection()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 4; |
DestinationRuleOuterClass.OutlierDetectionOrBuilder |
getOutlierDetectionOrBuilder()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 4; |
VirtualServiceOuterClass.PortSelector |
getPort()
Specifies the number of a port on the destination service
on which this policy is being applied.
|
VirtualServiceOuterClass.PortSelectorOrBuilder |
getPortOrBuilder()
Specifies the number of a port on the destination service
on which this policy is being applied.
|
DestinationRuleOuterClass.ClientTLSSettings |
getTls()
TLS related settings for connections to the upstream service.
|
DestinationRuleOuterClass.ClientTLSSettingsOrBuilder |
getTlsOrBuilder()
TLS related settings for connections to the upstream service.
|
boolean |
hasConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 3; |
boolean |
hasLoadBalancer()
Settings controlling the load balancer algorithms.
|
boolean |
hasOutlierDetection()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 4; |
boolean |
hasPort()
Specifies the number of a port on the destination service
on which this policy is being applied.
|
boolean |
hasTls()
TLS related settings for connections to the upstream service.
|
boolean hasPort()
Specifies the number of a port on the destination service on which this policy is being applied.
.istio.networking.v1alpha3.PortSelector port = 1;VirtualServiceOuterClass.PortSelector getPort()
Specifies the number of a port on the destination service on which this policy is being applied.
.istio.networking.v1alpha3.PortSelector port = 1;VirtualServiceOuterClass.PortSelectorOrBuilder getPortOrBuilder()
Specifies the number of a port on the destination service on which this policy is being applied.
.istio.networking.v1alpha3.PortSelector port = 1;boolean hasLoadBalancer()
Settings controlling the load balancer algorithms.
.istio.networking.v1alpha3.LoadBalancerSettings load_balancer = 2;DestinationRuleOuterClass.LoadBalancerSettings getLoadBalancer()
Settings controlling the load balancer algorithms.
.istio.networking.v1alpha3.LoadBalancerSettings load_balancer = 2;DestinationRuleOuterClass.LoadBalancerSettingsOrBuilder getLoadBalancerOrBuilder()
Settings controlling the load balancer algorithms.
.istio.networking.v1alpha3.LoadBalancerSettings load_balancer = 2;boolean hasConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 3;DestinationRuleOuterClass.ConnectionPoolSettings getConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 3;DestinationRuleOuterClass.ConnectionPoolSettingsOrBuilder getConnectionPoolOrBuilder()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 3;boolean hasOutlierDetection()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 4;DestinationRuleOuterClass.OutlierDetection getOutlierDetection()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 4;DestinationRuleOuterClass.OutlierDetectionOrBuilder getOutlierDetectionOrBuilder()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 4;boolean hasTls()
TLS related settings for connections to the upstream service.
.istio.networking.v1alpha3.ClientTLSSettings tls = 5;DestinationRuleOuterClass.ClientTLSSettings getTls()
TLS related settings for connections to the upstream service.
.istio.networking.v1alpha3.ClientTLSSettings tls = 5;DestinationRuleOuterClass.ClientTLSSettingsOrBuilder getTlsOrBuilder()
TLS related settings for connections to the upstream service.
.istio.networking.v1alpha3.ClientTLSSettings tls = 5;Copyright © 2018–2023 Alibaba Group. All rights reserved.