From 2d5505d65cfaa82a46cdcc76c0a987d8d2898727 Mon Sep 17 00:00:00 2001 From: MaiWJ <664647065@qq.com> Date: Fri, 24 Aug 2018 11:54:48 +0800 Subject: [PATCH] Update generated --- .../v3/zz_generated_deepcopy.go | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/apis/management.cattle.io/v3/zz_generated_deepcopy.go b/apis/management.cattle.io/v3/zz_generated_deepcopy.go index fa2cca11..4c6777db 100644 --- a/apis/management.cattle.io/v3/zz_generated_deepcopy.go +++ b/apis/management.cattle.io/v3/zz_generated_deepcopy.go @@ -4276,6 +4276,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 } @@ -6209,6 +6214,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