接口 DestinationRuleOuterClass.TrafficPolicy.PortTrafficPolicyOrBuilder

    • 方法详细资料

      • hasPort

        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;
      • getPort

        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;
      • getPortOrBuilder

        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;
      • hasLoadBalancer

        boolean hasLoadBalancer()
         Settings controlling the load balancer algorithms.
         
        .istio.networking.v1alpha3.LoadBalancerSettings load_balancer = 2;
      • hasConnectionPool

        boolean hasConnectionPool()
         Settings controlling the volume of connections to an upstream service
         
        .istio.networking.v1alpha3.ConnectionPoolSettings connection_pool = 3;
      • hasOutlierDetection

        boolean hasOutlierDetection()
         Settings controlling eviction of unhealthy hosts from the load balancing pool
         
        .istio.networking.v1alpha3.OutlierDetection outlier_detection = 4;
      • getOutlierDetection

        DestinationRuleOuterClass.OutlierDetection getOutlierDetection()
         Settings controlling eviction of unhealthy hosts from the load balancing pool
         
        .istio.networking.v1alpha3.OutlierDetection outlier_detection = 4;
      • getOutlierDetectionOrBuilder

        DestinationRuleOuterClass.OutlierDetectionOrBuilder getOutlierDetectionOrBuilder()
         Settings controlling eviction of unhealthy hosts from the load balancing pool
         
        .istio.networking.v1alpha3.OutlierDetection outlier_detection = 4;
      • hasTls

        boolean hasTls()
         TLS related settings for connections to the upstream service.
         
        .istio.networking.v1alpha3.ClientTLSSettings tls = 5;