1
0
mirror of https://github.com/rancher/types.git synced 2025-09-12 13:03:45 +00:00

Generated Changes

This commit is contained in:
Prachi Damle
2019-12-04 15:08:33 -08:00
committed by Alena Prokharchyk
parent 1eb956a587
commit 847b69705b
3 changed files with 33 additions and 4 deletions

View File

@@ -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