mirror of
https://github.com/rancher/types.git
synced 2025-08-29 01:00:29 +00:00
Update generated
This commit is contained in:
parent
537f86e63c
commit
2d5505d65c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user