mirror of
https://github.com/rancher/types.git
synced 2025-09-18 07:52:41 +00:00
go generate
This commit is contained in:
committed by
Darren Shepherd
parent
b5b5acf020
commit
c8a2bab012
@@ -1085,6 +1085,11 @@ func (in *AuthnConfig) DeepCopyInto(out *AuthnConfig) {
|
||||
(*out)[key] = val
|
||||
}
|
||||
}
|
||||
if in.SANs != nil {
|
||||
in, out := &in.SANs, &out.SANs
|
||||
*out = make([]string, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user