mirror of
https://github.com/rancher/types.git
synced 2025-09-01 13:18:20 +00:00
Generated changes
This commit is contained in:
@@ -10063,6 +10063,7 @@ func (in *UserAttribute) DeepCopyInto(out *UserAttribute) {
|
||||
*out = *in
|
||||
out.TypeMeta = in.TypeMeta
|
||||
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
||||
in.UserPrincipal.DeepCopyInto(&out.UserPrincipal)
|
||||
if in.GroupPrincipals != nil {
|
||||
in, out := &in.GroupPrincipals, &out.GroupPrincipals
|
||||
*out = make(map[string]Principals, len(*in))
|
||||
|
Reference in New Issue
Block a user