diff --git a/apis/management.cattle.io/v3/zz_generated_deepcopy.go b/apis/management.cattle.io/v3/zz_generated_deepcopy.go index 395986f0..db40b7fc 100644 --- a/apis/management.cattle.io/v3/zz_generated_deepcopy.go +++ b/apis/management.cattle.io/v3/zz_generated_deepcopy.go @@ -4293,6 +4293,11 @@ func (in *Process) DeepCopyInto(out *Process) { (*out)[key] = val } } + if in.Publish != nil { + in, out := &in.Publish, &out.Publish + *out = make([]string, len(*in)) + copy(*out, *in) + } return } @@ -6174,6 +6179,22 @@ func (in *WebhookConfig) DeepCopy() *WebhookConfig { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *WindowsSystemImages) DeepCopyInto(out *WindowsSystemImages) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WindowsSystemImages. +func (in *WindowsSystemImages) DeepCopy() *WindowsSystemImages { + if in == nil { + return nil + } + out := new(WindowsSystemImages) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WorkspaceVsphereOpts) DeepCopyInto(out *WorkspaceVsphereOpts) { *out = *in