Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetAutoscaleEnabled (0.42 sec)

  1. operator/pkg/apis/istio/v1alpha1/validation/validation.go

    			}
    		}
    	}
    
    	if values.GetGateways().GetIstioIngressgateway().GetAutoscaleEnabled().GetValue() {
    		validateGateways(spec.GetComponents().GetIngressGateways(), "ingress")
    	}
    
    	if values.GetGateways().GetIstioEgressgateway().GetAutoscaleEnabled().GetValue() {
    		validateGateways(spec.GetComponents().GetEgressGateways(), "egress")
    	}
    
    	return
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 20:02:28 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    func (*EgressGatewayConfig) Descriptor() ([]byte, []int) {
    	return file_pkg_apis_istio_v1alpha1_values_types_proto_rawDescGZIP(), []int{11}
    }
    
    func (x *EgressGatewayConfig) GetAutoscaleEnabled() *wrapperspb.BoolValue {
    	if x != nil {
    		return x.AutoscaleEnabled
    	}
    	return nil
    }
    
    func (x *EgressGatewayConfig) GetAutoscaleMax() uint32 {
    	if x != nil {
    		return x.AutoscaleMax
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top