mirror of
https://github.com/rancher/types.git
synced 2025-09-17 23:38:20 +00:00
Go generated
This commit is contained in:
@@ -427,6 +427,11 @@ func (in *AzureADConfigTestOutput) DeepCopy() *AzureADConfigTestOutput {
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *AzureCloudProvider) DeepCopyInto(out *AzureCloudProvider) {
|
||||
*out = *in
|
||||
if in.ExcludeMasterFromStandardLB != nil {
|
||||
in, out := &in.ExcludeMasterFromStandardLB, &out.ExcludeMasterFromStandardLB
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
@@ -933,7 +938,7 @@ func (in *CloudProvider) DeepCopyInto(out *CloudProvider) {
|
||||
if in.AzureCloudProvider != nil {
|
||||
in, out := &in.AzureCloudProvider, &out.AzureCloudProvider
|
||||
*out = new(AzureCloudProvider)
|
||||
**out = **in
|
||||
(*in).DeepCopyInto(*out)
|
||||
}
|
||||
if in.OpenstackCloudProvider != nil {
|
||||
in, out := &in.OpenstackCloudProvider, &out.OpenstackCloudProvider
|
||||
|
Reference in New Issue
Block a user