Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 664 for deepCopy (0.1 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1beta1/deepcopy.go

    Clayton Coleman <******@****.***> 1557003242 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 05 01:00:20 UTC 2019
    - 587 bytes
    - Viewed (0)
  2. pkg/kubelet/cm/dra/zz_generated.deepcopy.go

    				*out = make([]container.Annotation, len(*in))
    				copy(*out, *in)
    			}
    			(*out)[key] = outVal
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClaimInfo.
    func (in *ClaimInfo) DeepCopy() *ClaimInfo {
    	if in == nil {
    		return nil
    	}
    	out := new(ClaimInfo)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:23:27 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.deepcopy.go

    	if c := in.DeepCopy(); c != nil {
    		return c
    	}
    	return nil
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *ScaleSpec) DeepCopyInto(out *ScaleSpec) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScaleSpec.
    func (in *ScaleSpec) DeepCopy() *ScaleSpec {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 33.2K bytes
    - Viewed (0)
  4. pkg/scheduler/apis/config/zz_generated.deepcopy.go

    	out.TypeMeta = in.TypeMeta
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DefaultPreemptionArgs.
    func (in *DefaultPreemptionArgs) DeepCopy() *DefaultPreemptionArgs {
    	if in == nil {
    		return nil
    	}
    	out := new(DefaultPreemptionArgs)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 22:02:57 UTC 2022
    - 16.2K bytes
    - Viewed (0)
  5. pkg/apis/flowcontrol/zz_generated.deepcopy.go

    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *FlowDistinguisherMethod) DeepCopyInto(out *FlowDistinguisherMethod) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlowDistinguisherMethod.
    func (in *FlowDistinguisherMethod) DeepCopy() *FlowDistinguisherMethod {
    	if in == nil {
    		return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1beta2/zz_generated.deepcopy.go

    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *FlowDistinguisherMethod) DeepCopyInto(out *FlowDistinguisherMethod) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlowDistinguisherMethod.
    func (in *FlowDistinguisherMethod) DeepCopy() *FlowDistinguisherMethod {
    	if in == nil {
    		return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  7. pkg/apis/storage/zz_generated.deepcopy.go

    		in, out := &in.Capacity, &out.Capacity
    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	if in.MaximumVolumeSize != nil {
    		in, out := &in.MaximumVolumeSize, &out.MaximumVolumeSize
    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CSIStorageCapacity.
    func (in *CSIStorageCapacity) DeepCopy() *CSIStorageCapacity {
    	if in == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/networking/v1beta1/zz_generated.deepcopy.go

    	}
    	in.Backend.DeepCopyInto(&out.Backend)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressPath.
    func (in *HTTPIngressPath) DeepCopy() *HTTPIngressPath {
    	if in == nil {
    		return nil
    	}
    	out := new(HTTPIngressPath)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 02 23:13:31 UTC 2022
    - 12.4K bytes
    - Viewed (0)
  9. pkg/apis/rbac/zz_generated.deepcopy.go

    	if c := in.DeepCopy(); c != nil {
    		return c
    	}
    	return nil
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *RoleRef) DeepCopyInto(out *RoleRef) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RoleRef.
    func (in *RoleRef) DeepCopy() *RoleRef {
    	if in == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 11.1K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/apis/kubeadm/zz_generated.deepcopy.go

    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIEndpoint.
    func (in *APIEndpoint) DeepCopy() *APIEndpoint {
    	if in == nil {
    		return nil
    	}
    	out := new(APIEndpoint)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 25.2K bytes
    - Viewed (0)
Back to top