接口 DestinationRuleOuterClass.LoadBalancerSettingsOrBuilder

    • 方法详细资料

      • getSimpleValue

        int getSimpleValue()
        .istio.networking.v1alpha3.LoadBalancerSettings.SimpleLB simple = 1;
      • hasConsistentHash

        boolean hasConsistentHash()
        .istio.networking.v1alpha3.LoadBalancerSettings.ConsistentHashLB consistent_hash = 2;
      • hasLocalityLbSetting

        boolean hasLocalityLbSetting()
         Locality load balancer settings, this will override mesh wide settings in entirety, meaning no merging would be performed
         between this object and the object one in MeshConfig
         
        .istio.networking.v1alpha3.LocalityLoadBalancerSetting locality_lb_setting = 3;
      • getLocalityLbSetting

        DestinationRuleOuterClass.LocalityLoadBalancerSetting getLocalityLbSetting()
         Locality load balancer settings, this will override mesh wide settings in entirety, meaning no merging would be performed
         between this object and the object one in MeshConfig
         
        .istio.networking.v1alpha3.LocalityLoadBalancerSetting locality_lb_setting = 3;
      • getLocalityLbSettingOrBuilder

        DestinationRuleOuterClass.LocalityLoadBalancerSettingOrBuilder getLocalityLbSettingOrBuilder()
         Locality load balancer settings, this will override mesh wide settings in entirety, meaning no merging would be performed
         between this object and the object one in MeshConfig
         
        .istio.networking.v1alpha3.LocalityLoadBalancerSetting locality_lb_setting = 3;