mirror of
https://github.com/rancher/types.git
synced 2025-08-30 19:32:18 +00:00
Generated changes
This commit is contained in:
parent
2de136b4a4
commit
68532a907e
@ -7201,7 +7201,11 @@ func (in *RancherKubernetesEngineConfig) DeepCopyInto(out *RancherKubernetesEngi
|
||||
*out = new(RotateCertificates)
|
||||
(*in).DeepCopyInto(*out)
|
||||
}
|
||||
in.DNS.DeepCopyInto(&out.DNS)
|
||||
if in.DNS != nil {
|
||||
in, out := &in.DNS, &out.DNS
|
||||
*out = new(DNSConfig)
|
||||
(*in).DeepCopyInto(*out)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user