Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 664 for deepcopy (0.12 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/zz_generated.deepcopy.go

    	in.Status.DeepCopyInto(&out.Status)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Carp.
    func (in *Carp) DeepCopy() *Carp {
    	if in == nil {
    		return nil
    	}
    	out := new(Carp)
    	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
    - 4.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admission/v1/zz_generated.deepcopy.go

    	}
    	in.Options.DeepCopyInto(&out.Options)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AdmissionRequest.
    func (in *AdmissionRequest) DeepCopy() *AdmissionRequest {
    	if in == nil {
    		return nil
    	}
    	out := new(AdmissionRequest)
    	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
    - 3.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/zz_generated.deepcopy.go

    			(*out)[key] = val
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Event.
    func (in *Event) DeepCopy() *Event {
    	if in == nil {
    		return nil
    	}
    	out := new(Event)
    	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: Wed Oct 06 19:08:27 UTC 2021
    - 7.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/v1beta1/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)
  5. staging/src/k8s.io/api/certificates/v1alpha1/zz_generated.deepcopy.go

    	out.Spec = in.Spec
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterTrustBundle.
    func (in *ClusterTrustBundle) DeepCopy() *ClusterTrustBundle {
    	if in == nil {
    		return nil
    	}
    	out := new(ClusterTrustBundle)
    	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: Thu Mar 16 03:10:59 UTC 2023
    - 3K bytes
    - Viewed (0)
  6. pkg/apis/abac/v0/zz_generated.deepcopy.go

    limitations under the License.
    */
    
    // Code generated by deepcopy-gen. DO NOT EDIT.
    
    package v0
    
    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 *Policy) DeepCopyInto(out *Policy) {
    	*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)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/zz_generated.deepcopy.go

    	*out = *in
    	out.Default = in.Default.DeepCopy()
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Generic.
    func (in *Generic) DeepCopy() *Generic {
    	if in == nil {
    		return nil
    	}
    	out := new(Generic)
    	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 20:13:14 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  8. pkg/controller/apis/config/zz_generated.deepcopy.go

    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeprecatedControllerConfiguration.
    func (in *DeprecatedControllerConfiguration) DeepCopy() *DeprecatedControllerConfiguration {
    	if in == nil {
    		return nil
    	}
    	out := new(DeprecatedControllerConfiguration)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  9. pkg/controller/garbagecollector/config/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 *GroupResource) DeepCopyInto(out *GroupResource) {
    	*out = *in
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GroupResource.
    func (in *GroupResource) DeepCopy() *GroupResource {
    	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.9K bytes
    - Viewed (0)
  10. pkg/controller/volume/persistentvolume/config/zz_generated.deepcopy.go

    	out.PVClaimBinderSyncPeriod = in.PVClaimBinderSyncPeriod
    	out.VolumeConfiguration = in.VolumeConfiguration
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeBinderControllerConfiguration.
    func (in *PersistentVolumeBinderControllerConfiguration) DeepCopy() *PersistentVolumeBinderControllerConfiguration {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top