1
0
mirror of https://github.com/rancher/types.git synced 2025-08-30 10:17:53 +00:00

generated changes

This commit is contained in:
Prachi Damle 2019-02-21 14:34:58 -08:00 committed by Alena Prokharchyk
parent 400fcd069a
commit df7205653c

View File

@ -3035,22 +3035,6 @@ func (in *GlobalDNSStatus) DeepCopy() *GlobalDNSStatus {
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GlobalDNSSystemImages) DeepCopyInto(out *GlobalDNSSystemImages) {
*out = *in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalDNSSystemImages.
func (in *GlobalDNSSystemImages) DeepCopy() *GlobalDNSSystemImages {
if in == nil {
return nil
}
out := new(GlobalDNSSystemImages)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GlobalOpenstackOpts) DeepCopyInto(out *GlobalOpenstackOpts) {
*out = *in