mirror of
https://github.com/rancher/types.git
synced 2025-09-26 04:38:17 +00:00
Generated changes
This commit is contained in:
@@ -961,6 +961,11 @@ func (in *CloudProvider) DeepCopy() *CloudProvider {
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *CloudflareProviderConfig) DeepCopyInto(out *CloudflareProviderConfig) {
|
||||
*out = *in
|
||||
if in.ProxySetting != nil {
|
||||
in, out := &in.ProxySetting, &out.ProxySetting
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
@@ -2974,7 +2979,7 @@ func (in *GlobalDNSProviderSpec) DeepCopyInto(out *GlobalDNSProviderSpec) {
|
||||
if in.CloudflareProviderConfig != nil {
|
||||
in, out := &in.CloudflareProviderConfig, &out.CloudflareProviderConfig
|
||||
*out = new(CloudflareProviderConfig)
|
||||
**out = **in
|
||||
(*in).DeepCopyInto(*out)
|
||||
}
|
||||
if in.AlidnsProviderConfig != nil {
|
||||
in, out := &in.AlidnsProviderConfig, &out.AlidnsProviderConfig
|
||||
|
Reference in New Issue
Block a user