From 7bd6b242796455ae1ec0e97db6572ccae73998ce Mon Sep 17 00:00:00 2001 From: Brian Lieberman Date: Wed, 22 Jun 2022 16:24:16 -0400 Subject: [PATCH] generate --- api/v1beta1/zz_generated.deepcopy.go | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/api/v1beta1/zz_generated.deepcopy.go b/api/v1beta1/zz_generated.deepcopy.go index 4683b994caa..05d73c28a59 100644 --- a/api/v1beta1/zz_generated.deepcopy.go +++ b/api/v1beta1/zz_generated.deepcopy.go @@ -457,19 +457,6 @@ func (in *AzureClusterTemplateSpec) DeepCopy() *AzureClusterTemplateSpec { } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. - -func (in *AzureIPConfig) DeepCopyInto(out *AzureIPConfig) { - *out = *in -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AzureIPConfig. -func (in *AzureIPConfig) DeepCopy() *AzureIPConfig { - if in == nil { - return nil - } - out := new(AzureIPConfig) -} - func (in *AzureComputeGalleryImage) DeepCopyInto(out *AzureComputeGalleryImage) { *out = *in if in.SubscriptionID != nil { @@ -499,6 +486,21 @@ func (in *AzureComputeGalleryImage) DeepCopy() *AzureComputeGalleryImage { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *AzureIPConfig) DeepCopyInto(out *AzureIPConfig) { + *out = *in +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AzureIPConfig. +func (in *AzureIPConfig) DeepCopy() *AzureIPConfig { + if in == nil { + return nil + } + out := new(AzureIPConfig) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *AzureMachine) DeepCopyInto(out *AzureMachine) { *out = *in