Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 7,770 for NIL (0.04 sec)

  1. pkg/apis/batch/v1/zz_generated.conversion.go

    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*v1.CronJobList)(nil), (*batch.CronJobList)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_CronJobList_To_batch_CronJobList(a.(*v1.CronJobList), b.(*batch.CronJobList), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 36.6K bytes
    - Viewed (0)
  2. pkg/apis/storage/v1alpha1/zz_generated.conversion.go

    		return Convert_storage_CSIStorageCapacityList_To_v1alpha1_CSIStorageCapacityList(a.(*storage.CSIStorageCapacityList), b.(*v1alpha1.CSIStorageCapacityList), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/apiserver/zz_generated.deepcopy.go

    	if in == nil {
    		return nil
    	}
    	out := new(AESConfiguration)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *AdmissionConfiguration) DeepCopyInto(out *AdmissionConfiguration) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	if in.Plugins != nil {
    		in, out := &in.Plugins, &out.Plugins
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 18 20:54:24 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  4. pkg/apis/networking/v1beta1/zz_generated.conversion.go

    		return Convert_v1beta1_HTTPIngressPath_To_networking_HTTPIngressPath(a.(*v1beta1.HTTPIngressPath), b.(*networking.HTTPIngressPath), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 02 23:13:31 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  5. src/go/types/context_test.go

    		// type nullaryP = func[P any]()
    		tparam := NewTypeParam(NewTypeName(nopos, nil, "P", nil), &emptyInterface)
    		nullaryP = NewSignatureType(nil, nil, []*TypeParam{tparam}, nil, nil, false)
    	}
    	{
    		// type nullaryQ = func[Q any]()
    		tparam := NewTypeParam(NewTypeName(nopos, nil, "Q", nil), &emptyInterface)
    		nullaryQ = NewSignatureType(nil, nil, []*TypeParam{tparam}, nil, nil, false)
    	}
    	{
    		// type unaryP = func[P any](_ P)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  6. pkg/securitycontext/accessors.go

    	if w.podSC == nil {
    		return nil
    	}
    	return w.podSC.RunAsUser
    }
    func (w *podSecurityContextWrapper) SetRunAsUser(v *int64) {
    	if w.podSC == nil && v == nil {
    		return
    	}
    	w.ensurePodSC()
    	w.podSC.RunAsUser = v
    }
    func (w *podSecurityContextWrapper) RunAsGroup() *int64 {
    	if w.podSC == nil {
    		return nil
    	}
    	return w.podSC.RunAsGroup
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 22 16:15:27 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  7. pkg/apis/networking/v1/zz_generated.conversion.go

    		return Convert_v1_HTTPIngressPath_To_networking_HTTPIngressPath(a.(*v1.HTTPIngressPath), b.(*networking.HTTPIngressPath), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*networking.HTTPIngressPath)(nil), (*v1.HTTPIngressPath)(nil), func(a, b interface{}, scope conversion.Scope) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/zz_generated.deepcopy.go

    	if in == nil {
    		return nil
    	}
    	out := new(CustomResourceDefinition)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *CustomResourceDefinition) DeepCopyObject() runtime.Object {
    	if c := in.DeepCopy(); c != nil {
    		return c
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/admission/initializer/initializer_test.go

    func TestWantsAuthorizer(t *testing.T) {
    	target := initializer.New(nil, nil, nil, &TestAuthorizer{}, nil, nil, nil)
    	wantAuthorizerAdmission := &WantAuthorizerAdmission{}
    	target.Initialize(wantAuthorizerAdmission)
    	if wantAuthorizerAdmission.auth == nil {
    		t.Errorf("expected authorizer to be initialized but found nil")
    	}
    }
    
    // TestWantsExternalKubeClientSet ensures that the clientset is injected
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  10. src/net/error_test.go

    	if err != nil {
    		if ln != nil {
    			t.Errorf("FileListener returned non-nil interface %T(%v) with err != nil", ln, ln)
    		}
    		if perr := parseCommonError(err); perr != nil {
    			t.Error(perr)
    		}
    	} else {
    		ln.Close()
    		t.Error("should fail")
    	}
    	pc, err := FilePacketConn(f)
    	if err != nil {
    		if pc != nil {
    			t.Errorf("FilePacketConn returned non-nil interface %T(%v) with err != nil", pc, pc)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top