Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for DeepCopyInto (0.26 sec)

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

    	}
    	out := new(ContainerStateRunning)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *ContainerStateTerminated) DeepCopyInto(out *ContainerStateTerminated) {
    	*out = *in
    	in.StartedAt.DeepCopyInto(&out.StartedAt)
    	in.FinishedAt.DeepCopyInto(&out.FinishedAt)
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  2. pkg/apis/core/zz_generated.deepcopy.go

    	}
    	out := new(ContainerStateRunning)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *ContainerStateTerminated) DeepCopyInto(out *ContainerStateTerminated) {
    	*out = *in
    	in.StartedAt.DeepCopyInto(&out.StartedAt)
    	in.FinishedAt.DeepCopyInto(&out.FinishedAt)
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/apis/output/zz_generated.deepcopy.go

    func (in *BootstrapToken) DeepCopyInto(out *BootstrapToken) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.BootstrapToken.DeepCopyInto(&out.BootstrapToken)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BootstrapToken.
    func (in *BootstrapToken) DeepCopy() *BootstrapToken {
    	if in == nil {
    		return nil
    	}
    	out := new(BootstrapToken)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 07:01:20 UTC 2024
    - 7K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/zz_generated.deepcopy.go

    	}
    	out := new(UpgradeApplyConfiguration)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *UpgradeConfiguration) DeepCopyInto(out *UpgradeConfiguration) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.Apply.DeepCopyInto(&out.Apply)
    	out.Diff = in.Diff
    	in.Node.DeepCopyInto(&out.Node)
    	in.Plan.DeepCopyInto(&out.Plan)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta4/zz_generated.deepcopy.go

    	}
    	out := new(UpgradeApplyConfiguration)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *UpgradeConfiguration) DeepCopyInto(out *UpgradeConfiguration) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.Apply.DeepCopyInto(&out.Apply)
    	out.Diff = in.Diff
    	in.Node.DeepCopyInto(&out.Node)
    	in.Plan.DeepCopyInto(&out.Plan)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/zz_generated.deepcopy.go

    		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.
    func (in *NestedValueValidation) DeepCopyInto(out *NestedValueValidation) {
    	*out = *in
    	in.ValueValidation.DeepCopyInto(&out.ValueValidation)
    	in.ValidationExtensions.DeepCopyInto(&out.ValidationExtensions)
    	if in.Items != 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)
  7. pkg/proxy/apis/config/zz_generated.deepcopy.go

    		for key, val := range *in {
    			(*out)[key] = val
    		}
    	}
    	out.ClientConnection = in.ClientConnection
    	in.Logging.DeepCopyInto(&out.Logging)
    	in.IPTables.DeepCopyInto(&out.IPTables)
    	in.IPVS.DeepCopyInto(&out.IPVS)
    	out.Winkernel = in.Winkernel
    	in.NFTables.DeepCopyInto(&out.NFTables)
    	out.DetectLocal = in.DetectLocal
    	if in.NodePortAddresses != nil {
    		in, out := &in.NodePortAddresses, &out.NodePortAddresses
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 13 15:12:28 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  8. pkg/controller/volume/persistentvolume/config/zz_generated.deepcopy.go

    	if in == nil {
    		return nil
    	}
    	out := new(PersistentVolumeBinderControllerConfiguration)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *PersistentVolumeRecyclerConfiguration) DeepCopyInto(out *PersistentVolumeRecyclerConfiguration) {
    	*out = *in
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. pkg/controller/apis/config/zz_generated.deepcopy.go

    	}
    	out := new(DeprecatedControllerConfiguration)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *KubeControllerManagerConfiguration) DeepCopyInto(out *KubeControllerManagerConfiguration) {
    	*out = *in
    	out.TypeMeta = in.TypeMeta
    	in.Generic.DeepCopyInto(&out.Generic)
    	out.KubeCloudShared = in.KubeCloudShared
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/dra/zz_generated.deepcopy.go

    package dra
    
    import (
    	container "k8s.io/kubernetes/pkg/kubelet/container"
    )
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    func (in *ClaimInfo) DeepCopyInto(out *ClaimInfo) {
    	*out = *in
    	in.ClaimInfoState.DeepCopyInto(&out.ClaimInfoState)
    	if in.annotations != nil {
    		in, out := &in.annotations, &out.annotations
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:23:27 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top