1
0
mirror of https://github.com/rancher/types.git synced 2025-09-09 00:48:56 +00:00

generated

This commit is contained in:
Luther Monson
2020-02-10 16:32:34 -07:00
parent 07c8983468
commit 5117d2c86d
3 changed files with 102 additions and 92 deletions

View File

@@ -9000,7 +9000,7 @@ func (in *SettingList) DeepCopyObject() runtime.Object {
func (in *ShibbolethConfig) DeepCopyInto(out *ShibbolethConfig) {
*out = *in
in.SamlConfig.DeepCopyInto(&out.SamlConfig)
in.LdapFields.DeepCopyInto(&out.LdapFields)
in.OpenLdapConfig.DeepCopyInto(&out.OpenLdapConfig)
return
}