mirror of
https://github.com/rancher/types.git
synced 2025-09-13 13:33:06 +00:00
Generated changes
This commit is contained in:
committed by
Darren Shepherd
parent
4d68767f29
commit
bebdb13122
@@ -2051,6 +2051,20 @@ func (in *MachineStatus) DeepCopyInto(out *MachineStatus) {
|
||||
(*in).DeepCopyInto(*out)
|
||||
}
|
||||
}
|
||||
if in.NodeAnnotations != nil {
|
||||
in, out := &in.NodeAnnotations, &out.NodeAnnotations
|
||||
*out = make(map[string]string, len(*in))
|
||||
for key, val := range *in {
|
||||
(*out)[key] = val
|
||||
}
|
||||
}
|
||||
if in.NodeLabels != nil {
|
||||
in, out := &in.NodeLabels, &out.NodeLabels
|
||||
*out = make(map[string]string, len(*in))
|
||||
for key, val := range *in {
|
||||
(*out)[key] = val
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user