Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetEnabled (0.15 sec)

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

    // Deprecated: Use CNIConfig.ProtoReflect.Descriptor instead.
    func (*CNIConfig) Descriptor() ([]byte, []int) {
    	return file_pkg_apis_istio_v1alpha1_values_types_proto_rawDescGZIP(), []int{1}
    }
    
    func (x *CNIConfig) GetEnabled() *wrapperspb.BoolValue {
    	if x != nil {
    		return x.Enabled
    	}
    	return nil
    }
    
    func (x *CNIConfig) GetHub() string {
    	if x != nil {
    		return x.Hub
    	}
    	return ""
    }
    
    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