mirror of
https://github.com/rancher/types.git
synced 2025-09-01 13:18:20 +00:00
update generated code
This commit is contained in:
@@ -655,6 +655,10 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error {
|
||||
in.(*RoleTemplateList).DeepCopyInto(out.(*RoleTemplateList))
|
||||
return nil
|
||||
}, InType: reflect.TypeOf(&RoleTemplateList{})},
|
||||
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
in.(*RunPipelineInput).DeepCopyInto(out.(*RunPipelineInput))
|
||||
return nil
|
||||
}, InType: reflect.TypeOf(&RunPipelineInput{})},
|
||||
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
in.(*RunScriptConfig).DeepCopyInto(out.(*RunScriptConfig))
|
||||
return nil
|
||||
@@ -5117,6 +5121,22 @@ func (in *RoleTemplateList) DeepCopyObject() runtime.Object {
|
||||
}
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *RunPipelineInput) DeepCopyInto(out *RunPipelineInput) {
|
||||
*out = *in
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunPipelineInput.
|
||||
func (in *RunPipelineInput) DeepCopy() *RunPipelineInput {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(RunPipelineInput)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *RunScriptConfig) DeepCopyInto(out *RunScriptConfig) {
|
||||
*out = *in
|
||||
|
Reference in New Issue
Block a user