1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 07:52:41 +00:00

go generate

This commit is contained in:
Sebastiaan van Steenis
2020-06-09 16:30:53 +02:00
parent 79d36fe1b5
commit 985b8fe4fc
2 changed files with 9 additions and 0 deletions

View File

@@ -3048,6 +3048,11 @@ func (in *DiskVsphereOpts) DeepCopy() *DiskVsphereOpts {
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DockerInfo) DeepCopyInto(out *DockerInfo) {
*out = *in
if in.SecurityOptions != nil {
in, out := &in.SecurityOptions, &out.SecurityOptions
*out = make([]string, len(*in))
copy(*out, *in)
}
if in.Labels != nil {
in, out := &in.Labels, &out.Labels
*out = make([]string, len(*in))