Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of about 10,000 for NIL (0.09 sec)

  1. pkg/apis/batch/zz_generated.deepcopy.go

    func (in *CronJob) DeepCopy() *CronJob {
    	if in == nil {
    		return nil
    	}
    	out := new(CronJob)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *CronJob) DeepCopyObject() runtime.Object {
    	if c := in.DeepCopy(); c != nil {
    		return c
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. src/net/http/range_test.go

    	r      []httpRange
    }{
    	{"", 0, nil},
    	{"", 1000, nil},
    	{"foo", 0, nil},
    	{"bytes=", 0, nil},
    	{"bytes=7", 10, nil},
    	{"bytes= 7 ", 10, nil},
    	{"bytes=1-", 0, nil},
    	{"bytes=5-4", 10, nil},
    	{"bytes=0-2,5-4", 10, nil},
    	{"bytes=2-5,4-3", 10, nil},
    	{"bytes=--5,4--3", 10, nil},
    	{"bytes=A-", 10, nil},
    	{"bytes=A- ", 10, nil},
    	{"bytes=A-Z", 10, nil},
    	{"bytes= -Z", 10, nil},
    	{"bytes=5-Z", 10, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 25 17:52:35 UTC 2016
    - 2.4K bytes
    - Viewed (0)
  3. pkg/config/validation/agent/extensionprovider.go

    	if len(parts) == 1 {
    		if err := ValidateFQDN(service); err != nil {
    			if err2 := ValidateIPAddress(service); err2 != nil {
    				return fmt.Errorf("invalid service fmt %s: %s", service, err2)
    			}
    		}
    	} else {
    		if err := ValidateNamespaceSlashWildcardHostname(service, false, false); err != nil {
    			return err
    		}
    	}
    	return nil
    }
    
    func validateExtensionProviderEnvoyExtAuthzStatusOnError(status string) error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/zz_generated.deepcopy.go

    	if in == nil {
    		return nil
    	}
    	out := new(ConversionRequest)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *ConversionResponse) DeepCopyInto(out *ConversionResponse) {
    	*out = *in
    	if in.ConvertedObjects != nil {
    		in, out := &in.ConvertedObjects, &out.ConvertedObjects
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/v1/zz_generated.conversion.go

    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*autoscaling.Scale)(nil), (*v1.Scale)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_autoscaling_Scale_To_v1_Scale(a.(*autoscaling.Scale), b.(*v1.Scale), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 43.7K bytes
    - Viewed (0)
  6. src/net/interface.go

    	if index <= 0 {
    		return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: errInvalidInterfaceIndex}
    	}
    	ift, err := interfaceTable(index)
    	if err != nil {
    		return nil, &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err}
    	}
    	ifi, err := interfaceByIndex(ift, index)
    	if err != nil {
    		err = &OpError{Op: "route", Net: "ip+net", Source: nil, Addr: nil, Err: err}
    	}
    	return ifi, err
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. pkg/apis/autoscaling/v2beta1/zz_generated.conversion.go

    		return Convert_autoscaling_HorizontalPodAutoscalerStatus_To_v2beta1_HorizontalPodAutoscalerStatus(a.(*autoscaling.HorizontalPodAutoscalerStatus), b.(*v2beta1.HorizontalPodAutoscalerStatus), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 42.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v2beta2/zz_generated.deepcopy.go

    	if in == nil {
    		return nil
    	}
    	out := new(HPAScalingPolicy)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *HPAScalingRules) DeepCopyInto(out *HPAScalingRules) {
    	*out = *in
    	if in.StabilizationWindowSeconds != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2/zz_generated.deepcopy.go

    	if in == nil {
    		return nil
    	}
    	out := new(HPAScalingPolicy)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *HPAScalingRules) DeepCopyInto(out *HPAScalingRules) {
    	*out = *in
    	if in.StabilizationWindowSeconds != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  10. test/fixedbugs/bug249.go

    var c9 <- chan chan <- chan int = (<-chan (chan<- (chan int)))(nil)
    var c10 chan <- <- chan chan int = (chan<- (<-chan (chan int)))(nil)
    var c11 chan <- chan <- chan int = (chan<- (chan<- (chan int)))(nil)
    var c12 chan chan <- <- chan int = (chan (chan<- (<-chan int)))(nil)
    var c13 chan chan <- chan <- int = (chan (chan<- (chan<- int)))(nil)
    
    var r1 chan<- (chan int) = (chan <- chan int)(nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 1.8K bytes
    - Viewed (0)
Back to top