Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 664 for deepCopy (0.1 sec)

  1. staging/src/k8s.io/api/node/v1/zz_generated.deepcopy.go

    		for key, val := range *in {
    			(*out)[key] = val.DeepCopy()
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Overhead.
    func (in *Overhead) DeepCopy() *Overhead {
    	if in == nil {
    		return nil
    	}
    	out := new(Overhead)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/node/v1beta1/zz_generated.deepcopy.go

    		for key, val := range *in {
    			(*out)[key] = val.DeepCopy()
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Overhead.
    func (in *Overhead) DeepCopy() *Overhead {
    	if in == nil {
    		return nil
    	}
    	out := new(Overhead)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 4K bytes
    - Viewed (0)
  3. pkg/apis/imagepolicy/zz_generated.deepcopy.go

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

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

    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIGroupDiscovery.
    func (in *APIGroupDiscovery) DeepCopy() *APIGroupDiscovery {
    	if in == nil {
    		return nil
    	}
    	out := new(APIGroupDiscovery)
    	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: Fri Jan 19 16:40:14 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  6. pkg/controller/garbagecollector/metaonly/zz_generated.deepcopy.go

    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetadataOnlyObject.
    func (in *MetadataOnlyObject) DeepCopy() *MetadataOnlyObject {
    	if in == nil {
    		return nil
    	}
    	out := new(MetadataOnlyObject)
    	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.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/test/zz_generated.deepcopy.go

    				(*out)[i] = (*in)[i].DeepCopyObject()
    			}
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new List.
    func (in *List) DeepCopy() *List {
    	if in == nil {
    		return nil
    	}
    	out := new(List)
    	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.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/zz_generated.deepcopy.go

    func (in *Unstructured) DeepCopyObject() runtime.Object {
    	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 *UnstructuredList) DeepCopyInto(out *UnstructuredList) {
    	clone := in.DeepCopy()
    	*out = *clone
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/api/resource/zz_generated.deepcopy.go

    limitations under the License.
    */
    
    // Code generated by deepcopy-gen. DO NOT EDIT.
    
    package resource
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *Quantity) DeepCopyInto(out *Quantity) {
    	*out = in.DeepCopy()
    	return
    }
    
    // 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: Fri Oct 08 07:05:08 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  10. pkg/controller/cronjob/config/zz_generated.deepcopy.go

    limitations under the License.
    */
    
    // Code generated by deepcopy-gen. DO NOT EDIT.
    
    package config
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *CronJobControllerConfiguration) DeepCopyInto(out *CronJobControllerConfiguration) {
    	*out = *in
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.2K bytes
    - Viewed (0)
Back to top