diff --git a/pkg/apis/awsprovider/v1beta1/zz_generated.deepcopy.go b/pkg/apis/awsprovider/v1beta1/zz_generated.deepcopy.go index c1ef9a49ea..ff15c74e6e 100644 --- a/pkg/apis/awsprovider/v1beta1/zz_generated.deepcopy.go +++ b/pkg/apis/awsprovider/v1beta1/zz_generated.deepcopy.go @@ -99,6 +99,11 @@ func (in *AWSMachineProviderConfig) DeepCopyInto(out *AWSMachineProviderConfig) (*in)[i].DeepCopyInto(&(*out)[i]) } } + if in.SpotMarketOptions != nil { + in, out := &in.SpotMarketOptions, &out.SpotMarketOptions + *out = new(SpotMarketOptions) + (*in).DeepCopyInto(*out) + } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSMachineProviderConfig. @@ -350,6 +355,26 @@ func (in *Placement) DeepCopy() *Placement { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *SpotMarketOptions) DeepCopyInto(out *SpotMarketOptions) { + *out = *in + if in.MaxPrice != nil { + in, out := &in.MaxPrice, &out.MaxPrice + *out = new(string) + **out = **in + } +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SpotMarketOptions. +func (in *SpotMarketOptions) DeepCopy() *SpotMarketOptions { + if in == nil { + return nil + } + out := new(SpotMarketOptions) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *TagSpecification) DeepCopyInto(out *TagSpecification) { *out = *in