Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 664 for deepcopy (0.56 sec)

  1. operator/pkg/apis/istio/v1alpha1/zz_generated.deepcopy.go

    		in.Status.DeepCopyInto(out.Status)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IstioOperator.
    func (in *IstioOperator) DeepCopy() *IstioOperator {
    	if in == nil {
    		return nil
    	}
    	out := new(IstioOperator)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 23 17:19:38 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  2. pkg/apis/abac/v1beta1/zz_generated.deepcopy.go

    		return c
    	}
    	return nil
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *PolicySpec) DeepCopyInto(out *PolicySpec) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicySpec.
    func (in *PolicySpec) DeepCopy() *PolicySpec {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/scheduling/v1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PriorityClass.
    func (in *PriorityClass) DeepCopy() *PriorityClass {
    	if in == nil {
    		return nil
    	}
    	out := new(PriorityClass)
    	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: Tue Aug 24 19:47:49 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/scheduling/v1beta1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PriorityClass.
    func (in *PriorityClass) DeepCopy() *PriorityClass {
    	if in == nil {
    		return nil
    	}
    	out := new(PriorityClass)
    	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: Tue Aug 24 19:47:49 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  5. plugin/pkg/admission/eventratelimit/apis/eventratelimit/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 *Limit) DeepCopyInto(out *Limit) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Limit.
    func (in *Limit) DeepCopy() *Limit {
    	if in == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/dra/state/zz_generated.deepcopy.go

    				in, out := &val, &outVal
    				*out = make([]string, len(*in))
    				copy(*out, *in)
    			}
    			(*out)[key] = outVal
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClaimInfoState.
    func (in *ClaimInfoState) DeepCopy() *ClaimInfoState {
    	if in == nil {
    		return nil
    	}
    	out := new(ClaimInfoState)
    	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.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/runtime/zz_generated.deepcopy.go

    		out.Object = in.Object.DeepCopyObject()
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RawExtension.
    func (in *RawExtension) DeepCopy() *RawExtension {
    	if in == nil {
    		return nil
    	}
    	out := new(RawExtension)
    	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: Tue Aug 24 19:47:49 UTC 2021
    - 2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission/v1/zz_generated.deepcopy.go

    */
    
    // Code generated by deepcopy-gen. DO NOT EDIT.
    
    package v1
    
    import (
    	runtime "k8s.io/apimachinery/pkg/runtime"
    )
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *WebhookAdmission) DeepCopyInto(out *WebhookAdmission) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/v1alpha1/zz_generated.deepcopy.go

    			(*in)[i].DeepCopyInto(&(*out)[i])
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Configuration.
    func (in *Configuration) DeepCopy() *Configuration {
    	if in == nil {
    		return nil
    	}
    	out := new(Configuration)
    	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: Tue Aug 24 19:47:49 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  10. pkg/controller/volume/attachdetach/config/zz_generated.deepcopy.go

    	out.ReconcilerSyncLoopPeriod = in.ReconcilerSyncLoopPeriod
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AttachDetachControllerConfiguration.
    func (in *AttachDetachControllerConfiguration) DeepCopy() *AttachDetachControllerConfiguration {
    	if in == nil {
    		return nil
    	}
    	out := new(AttachDetachControllerConfiguration)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.3K bytes
    - Viewed (0)
Back to top