Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 664 for deepCopy (0.09 sec)

  1. pkg/controller/daemon/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 *DaemonSetControllerConfiguration) DeepCopyInto(out *DaemonSetControllerConfiguration) {
    	*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)
  2. pkg/controller/deployment/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 *DeploymentControllerConfiguration) DeepCopyInto(out *DeploymentControllerConfiguration) {
    	*out = *in
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 30 12:00:53 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  3. pkg/controller/endpoint/config/zz_generated.deepcopy.go

    */
    
    // 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 *EndpointControllerConfiguration) DeepCopyInto(out *EndpointControllerConfiguration) {
    	*out = *in
    	out.EndpointUpdatesBatchPeriod = in.EndpointUpdatesBatchPeriod
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/batch/v1/zz_generated.deepcopy.go

    		in, out := &in.LastScheduleTime, &out.LastScheduleTime
    		*out = (*in).DeepCopy()
    	}
    	if in.LastSuccessfulTime != nil {
    		in, out := &in.LastSuccessfulTime, &out.LastSuccessfulTime
    		*out = (*in).DeepCopy()
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CronJobStatus.
    func (in *CronJobStatus) DeepCopy() *CronJobStatus {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  5. pkg/apis/storagemigration/zz_generated.deepcopy.go

    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigrationCondition.
    func (in *MigrationCondition) DeepCopy() *MigrationCondition {
    	if in == nil {
    		return nil
    	}
    	out := new(MigrationCondition)
    	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: Fri Mar 08 04:18:56 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storagemigration/v1alpha1/zz_generated.deepcopy.go

    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MigrationCondition.
    func (in *MigrationCondition) DeepCopy() *MigrationCondition {
    	if in == nil {
    		return nil
    	}
    	out := new(MigrationCondition)
    	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: Fri Mar 08 04:18:56 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  7. pkg/controller/podautoscaler/config/zz_generated.deepcopy.go

    	out.HorizontalPodAutoscalerInitialReadinessDelay = in.HorizontalPodAutoscalerInitialReadinessDelay
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HPAControllerConfiguration.
    func (in *HPAControllerConfiguration) DeepCopy() *HPAControllerConfiguration {
    	if in == nil {
    		return nil
    	}
    	out := new(HPAControllerConfiguration)
    	in.DeepCopyInto(out)
    	return out
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 19 09:49:23 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. pkg/apis/abac/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)
  9. staging/src/k8s.io/api/scheduling/v1alpha1/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)
  10. plugin/pkg/admission/eventratelimit/apis/eventratelimit/v1alpha1/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)
Back to top