public static interface DestinationRuleOuterClass.TrafficPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
DestinationRuleOuterClass.ConnectionPoolSettings |
getConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2; |
DestinationRuleOuterClass.ConnectionPoolSettingsOrBuilder |
getConnectionPoolOrBuilder()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2; |
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 = 3; |
DestinationRuleOuterClass.OutlierDetectionOrBuilder |
getOutlierDetectionOrBuilder()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 3; |
DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicy |
getPortLevelSettings(int index)
Traffic policies specific to individual ports.
|
int |
getPortLevelSettingsCount()
Traffic policies specific to individual ports.
|
List<DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicy> |
getPortLevelSettingsList()
Traffic policies specific to individual ports.
|
DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder |
getPortLevelSettingsOrBuilder(int index)
Traffic policies specific to individual ports.
|
List<? extends DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder> |
getPortLevelSettingsOrBuilderList()
Traffic policies specific to individual ports.
|
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 = 2; |
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 = 3; |
boolean |
hasTls()
TLS related settings for connections to the upstream service.
|
boolean hasLoadBalancer()
Settings controlling the load balancer algorithms.
.istio.networking.v1alpha3.LoadBalancerSettings load_balancer = 1;DestinationRuleOuterClass.LoadBalancerSettings getLoadBalancer()
Settings controlling the load balancer algorithms.
.istio.networking.v1alpha3.LoadBalancerSettings load_balancer = 1;DestinationRuleOuterClass.LoadBalancerSettingsOrBuilder getLoadBalancerOrBuilder()
Settings controlling the load balancer algorithms.
.istio.networking.v1alpha3.LoadBalancerSettings load_balancer = 1;boolean hasConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2;DestinationRuleOuterClass.ConnectionPoolSettings getConnectionPool()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2;DestinationRuleOuterClass.ConnectionPoolSettingsOrBuilder getConnectionPoolOrBuilder()
Settings controlling the volume of connections to an upstream service
.istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 2;boolean hasOutlierDetection()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 3;DestinationRuleOuterClass.OutlierDetection getOutlierDetection()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 3;DestinationRuleOuterClass.OutlierDetectionOrBuilder getOutlierDetectionOrBuilder()
Settings controlling eviction of unhealthy hosts from the load balancing pool
.istio.networking.v1alpha3.OutlierDetection outlier_detection = 3;boolean hasTls()
TLS related settings for connections to the upstream service.
.istio.networking.v1alpha3.ClientTLSSettings tls = 4;DestinationRuleOuterClass.ClientTLSSettings getTls()
TLS related settings for connections to the upstream service.
.istio.networking.v1alpha3.ClientTLSSettings tls = 4;DestinationRuleOuterClass.ClientTLSSettingsOrBuilder getTlsOrBuilder()
TLS related settings for connections to the upstream service.
.istio.networking.v1alpha3.ClientTLSSettings tls = 4;List<DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicy> getPortLevelSettingsList()
Traffic policies specific to individual ports. Note that port level settings will override the destination-level settings. Traffic settings specified at the destination-level will not be inherited when overridden by port-level settings, i.e. default values will be applied to fields omitted in port-level traffic policies.
repeated .istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy port_level_settings = 5;DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicy getPortLevelSettings(int index)
Traffic policies specific to individual ports. Note that port level settings will override the destination-level settings. Traffic settings specified at the destination-level will not be inherited when overridden by port-level settings, i.e. default values will be applied to fields omitted in port-level traffic policies.
repeated .istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy port_level_settings = 5;int getPortLevelSettingsCount()
Traffic policies specific to individual ports. Note that port level settings will override the destination-level settings. Traffic settings specified at the destination-level will not be inherited when overridden by port-level settings, i.e. default values will be applied to fields omitted in port-level traffic policies.
repeated .istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy port_level_settings = 5;List<? extends DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder> getPortLevelSettingsOrBuilderList()
Traffic policies specific to individual ports. Note that port level settings will override the destination-level settings. Traffic settings specified at the destination-level will not be inherited when overridden by port-level settings, i.e. default values will be applied to fields omitted in port-level traffic policies.
repeated .istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy port_level_settings = 5;DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder getPortLevelSettingsOrBuilder(int index)
Traffic policies specific to individual ports. Note that port level settings will override the destination-level settings. Traffic settings specified at the destination-level will not be inherited when overridden by port-level settings, i.e. default values will be applied to fields omitted in port-level traffic policies.
repeated .istio.networking.v1alpha3.TrafficPolicy.PortTrafficPolicy port_level_settings = 5;Copyright © 2018–2023 Alibaba Group. All rights reserved.