mirror of
https://github.com/rancher/types.git
synced 2025-09-01 05:09:10 +00:00
go generate
This commit is contained in:
@@ -7277,6 +7277,11 @@ func (in *Token) DeepCopyInto(out *Token) {
|
||||
(*out)[key] = val
|
||||
}
|
||||
}
|
||||
if in.Enabled != nil {
|
||||
in, out := &in.Enabled, &out.Enabled
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user