Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetAutoscaleMax (1.22 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    }
    
    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
    	}
    	return 0
    }
    
    func (x *EgressGatewayConfig) GetAutoscaleMin() uint32 {
    	if x != nil {
    		return x.AutoscaleMin
    	}
    	return 0
    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