mirror of
https://github.com/rancher/types.git
synced 2025-09-12 13:03:45 +00:00
Generated Changes
This commit is contained in:
committed by
Alena Prokharchyk
parent
1eb956a587
commit
847b69705b
@@ -8621,6 +8621,22 @@ func (in *SaveAsTemplateInput) DeepCopy() *SaveAsTemplateInput {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *SaveAsTemplateOutput) DeepCopyInto(out *SaveAsTemplateOutput) {
|
||||
*out = *in
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SaveAsTemplateOutput.
|
||||
func (in *SaveAsTemplateOutput) DeepCopy() *SaveAsTemplateOutput {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(SaveAsTemplateOutput)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *SchedulerService) DeepCopyInto(out *SchedulerService) {
|
||||
*out = *in
|
||||
|
Reference in New Issue
Block a user