1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 16:10:58 +00:00

Generated changes

This commit is contained in:
Prachi Damle
2019-07-01 11:39:14 -07:00
committed by Alena Prokharchyk
parent 0a9f28b48e
commit d9ade4d51d
3 changed files with 41 additions and 0 deletions

View File

@@ -2133,6 +2133,29 @@ func (in *ClusterTemplateList) DeepCopyObject() runtime.Object {
return nil
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *ClusterTemplateQuestionsOutput) DeepCopyInto(out *ClusterTemplateQuestionsOutput) {
*out = *in
if in.Questions != nil {
in, out := &in.Questions, &out.Questions
*out = make([]Question, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterTemplateQuestionsOutput.
func (in *ClusterTemplateQuestionsOutput) DeepCopy() *ClusterTemplateQuestionsOutput {
if in == nil {
return nil
}
out := new(ClusterTemplateQuestionsOutput)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *ClusterTemplateRevision) DeepCopyInto(out *ClusterTemplateRevision) {
*out = *in