generated

This commit is contained in:
deads2k
2017-01-18 08:30:59 -05:00
parent e74efe41a0
commit d1fec7068f
298 changed files with 25928 additions and 867 deletions

View File

@@ -139,14 +139,6 @@ func DeepCopy_rbac_PolicyRule(in interface{}, out interface{}, c *conversion.Clo
*out = make([]string, len(*in))
copy(*out, *in)
}
// in.AttributeRestrictions is kind 'Interface'
if in.AttributeRestrictions != nil {
if newVal, err := c.DeepCopy(&in.AttributeRestrictions); err != nil {
return err
} else {
out.AttributeRestrictions = *newVal.(*runtime.Object)
}
}
if in.APIGroups != nil {
in, out := &in.APIGroups, &out.APIGroups
*out = make([]string, len(*in))