generated files

This commit is contained in:
Josh Horwitz
2017-05-27 22:34:02 -04:00
parent f75b3f3d05
commit 58c1af01bd
6 changed files with 499 additions and 361 deletions

View File

@@ -818,6 +818,11 @@ func DeepCopy_extensions_PodSecurityPolicySpec(in interface{}, out interface{},
if err := DeepCopy_extensions_FSGroupStrategyOptions(&in.FSGroup, &out.FSGroup, c); err != nil {
return err
}
if in.AllowedHostPaths != nil {
in, out := &in.AllowedHostPaths, &out.AllowedHostPaths
*out = make([]string, len(*in))
copy(*out, *in)
}
return nil
}
}