func()

in api/v1alpha1/zz_generated.deepcopy.go [2616:2633]


func (in *YumSpec) DeepCopyInto(out *YumSpec) {
	*out = *in
	if in.Group != nil {
		in, out := &in.Group, &out.Group
		*out = new(YumGroupRepository)
		(*in).DeepCopyInto(*out)
	}
	if in.Proxy != nil {
		in, out := &in.Proxy, &out.Proxy
		*out = new(YumProxyRepository)
		(*in).DeepCopyInto(*out)
	}
	if in.Hosted != nil {
		in, out := &in.Hosted, &out.Hosted
		*out = new(YumHostedRepository)
		(*in).DeepCopyInto(*out)
	}
}