1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 23:38:20 +00:00

Go generated

This commit is contained in:
Frank Mai
2019-05-15 17:31:21 +08:00
committed by Craig Jellick
parent 8d805f6434
commit 2b4379ef07
2 changed files with 12 additions and 1 deletions

View File

@@ -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