mirror of
https://github.com/rancher/types.git
synced 2025-06-29 06:56:50 +00:00
generated changes
This commit is contained in:
parent
6b40903255
commit
27bc977d20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user