This commit is contained in:
@@ -110,6 +110,21 @@ func (in *APIAppStatus) DeepCopyInto(out *APIAppStatus) {
|
||||
(*in)[i].DeepCopyInto(&(*out)[i])
|
||||
}
|
||||
}
|
||||
if in.AppId != nil {
|
||||
in, out := &in.AppId, &out.AppId
|
||||
*out = new(string)
|
||||
**out = **in
|
||||
}
|
||||
if in.ClientId != nil {
|
||||
in, out := &in.ClientId, &out.ClientId
|
||||
*out = new(string)
|
||||
**out = **in
|
||||
}
|
||||
if in.KeyId != nil {
|
||||
in, out := &in.KeyId, &out.KeyId
|
||||
*out = new(string)
|
||||
**out = **in
|
||||
}
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIAppStatus.
|
||||
|
||||
Reference in New Issue
Block a user